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:
Hans-Christian Egtvedt 2008-12-12 10:34:25 +00:00
parent eebacb875c
commit b3af19b799

View File

@ -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)