2009-07-11 17:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/dos/dir.cf
* config/dos/install.cf
* config/win/dir.cf
* config/os2/install.cf
* config/wce/dir.cf
* More sync.
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-07-11 17:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/dos/dir.cf
|
||||
* config/dos/install.cf
|
||||
* config/win/dir.cf
|
||||
* config/os2/install.cf
|
||||
* config/wce/dir.cf
|
||||
* More sync.
|
||||
|
||||
2009-07-11 17:47 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/rules.cf
|
||||
* config/dos/dir.cf
|
||||
|
||||
@@ -27,7 +27,7 @@ DIR_RULE = $(foreach file, $(DIR_LIST), $(dir_mk))
|
||||
else # bash
|
||||
DIR_LIST = $(subst \,/,$(DIRS))
|
||||
DIR_RULE =\
|
||||
for d in $(DIR_LIST); do \
|
||||
@for d in $(DIR_LIST); do \
|
||||
if [ -d $$d ]; then \
|
||||
$(MAKE) -C $$d $@; \
|
||||
fi \
|
||||
|
||||
@@ -36,6 +36,7 @@ INSTALL_RULE =\
|
||||
then \
|
||||
echo "! Installing $$i on $(INSTALL_DIRSH)"; \
|
||||
$(CP) $$i $(INSTALL_DIRSH); \
|
||||
true; \
|
||||
else \
|
||||
echo "! Cannot install $$i, not found" 1>&2; \
|
||||
fi \
|
||||
@@ -44,4 +45,4 @@ INSTALL_RULE =\
|
||||
|
||||
endif
|
||||
|
||||
endif
|
||||
endif # Empty install list
|
||||
|
||||
@@ -34,6 +34,7 @@ INSTALL_RULE =\
|
||||
then \
|
||||
echo "! Installing $$i on $(INSTALL_DIR)"; \
|
||||
$(CP) $$i $(INSTALL_DIR); \
|
||||
true; \
|
||||
else \
|
||||
echo "! Can't install $$i, not found" 1>&2; \
|
||||
fi \
|
||||
@@ -42,4 +43,4 @@ INSTALL_RULE =\
|
||||
|
||||
endif
|
||||
|
||||
endif
|
||||
endif # Empty install list
|
||||
|
||||
@@ -7,14 +7,12 @@ ifeq ($(PM),) # Only traverse directories if not compiling a specific module
|
||||
ifeq ($(SHLVL),) # non-bash
|
||||
|
||||
ifeq ($(DIRS),) # Empty directory list
|
||||
DIR_RULE =\
|
||||
@echo Done
|
||||
DIR_RULE = @echo Done
|
||||
else
|
||||
DIR_LIST = $(subst /,\,$(DIRS))
|
||||
DIR_MAKE = $(subst /,\,$(MK))
|
||||
DIR_RULE =\
|
||||
$(COMSPEC) /c for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@
|
||||
endif
|
||||
DIR_RULE = $(COMSPEC) /c for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@
|
||||
endif # ! Empty directory list
|
||||
|
||||
else # bash
|
||||
|
||||
|
||||
@@ -7,14 +7,12 @@ ifeq ($(PM),) # Only traverse directories if not compiling a specific module
|
||||
ifeq ($(SHLVL),) # non-bash
|
||||
|
||||
ifeq ($(DIRS),) # Empty directory list
|
||||
DIR_RULE =\
|
||||
@echo Done
|
||||
DIR_RULE = @echo Done
|
||||
else
|
||||
DIR_LIST = $(subst /,\,$(DIRS))
|
||||
DIR_MAKE = $(subst /,\,$(MK))
|
||||
DIR_RULE =\
|
||||
$(COMSPEC) /c for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@
|
||||
endif
|
||||
DIR_RULE = $(COMSPEC) /c for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@
|
||||
endif # ! Empty directory list
|
||||
|
||||
else # bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user