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:
parent
eebacb875c
commit
b3af19b799
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user