mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
samba: add a comment about why make proto is done before make
This patch adds a comment why make proto is needed before make.
This commit is contained in:
@@ -60,6 +60,7 @@ $(SAMBA_DIR)/.configured: $(SAMBA_DIR)/.unpacked
|
||||
touch $@
|
||||
|
||||
$(SAMBA_DIR)/$(SAMBA_BINARY): $(SAMBA_DIR)/.configured
|
||||
# make proto must be done before make to be parallel safe
|
||||
$(MAKE) -C $(SAMBA_DIR) proto
|
||||
$(MAKE) -C $(SAMBA_DIR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user