]> bicyclesonthemoon.info Git - botm/oldlogs/commitdiff
use newer config tool main
authorb <rowerynaksiezycu@gmail.com>
Fri, 23 Feb 2024 22:38:51 +0000 (22:38 +0000)
committerb <rowerynaksiezycu@gmail.com>
Fri, 23 Feb 2024 22:38:51 +0000 (22:38 +0000)
config
makefile
makefile.1.mak

diff --git a/config b/config
index cc70d0da5dd780e2b7b97672cc0638fd91196ee3..fc9affec336a16cde93b2675a836bdd01d1c2210 160000 (submodule)
--- a/config
+++ b/config
@@ -1 +1 @@
-Subproject commit cc70d0da5dd780e2b7b97672cc0638fd91196ee3
+Subproject commit fc9affec336a16cde93b2675a836bdd01d1c2210
index f702897eedbda526c72af70f4f85266b0bf617b6..9c79e8cf5b2dbdc0c6318a769a3f70183be2170c 100644 (file)
--- a/makefile
+++ b/makefile
@@ -37,7 +37,7 @@ CONFIGFILE = settings-$(TARGET).txt settings.txt
 DEFAULT_CONFIGFILE = settings-$(DEFAULT_TARGET).txt settings.txt
 
 # The configuration tool
-CONFIGURE_CMD = $(PERL) ./configure.pl $(CONFIGFILE)
+CONFIGURE_CMD = $(PERL) ./configure.pl --do $(CONFIGFILE)
 
 # keep these 2 lists in the same order!:
 GENERATE_FROM=\
@@ -69,7 +69,7 @@ all: $(BIN) exec
        
 
 makefile: makefile.1.mak $(CONFIGFILE) configure.pl
-       $(CONFIGURE_CMD) < makefile.1.mak > makefile
+       $(CONFIGURE_CMD) --in makefile.1.mak --out makefile
 
 configure.pl: $(CONFIGFILE) config/configure.1.pl
        $(PERL) config/configure.1.pl target=direct settings-$(TARGET).txt config/settings.txt --in config/configure.1.pl --out configure.pl
@@ -102,7 +102,7 @@ install: all cp_bin cp_lib
 
 clean:
        $(RM) -f configure.pl $(TO_GENERATE)
-       $(PERL) config/configure.1.pl $(DEFAULT_CONFIGFILE) < makefile.1.mak > makefile
+       $(PERL) config/configure.1.pl --do $(DEFAULT_CONFIGFILE) --in makefile.1.mak --out makefile
 
 PHONY: all clean install exec mktree cp_bin cp_lib
        
index 496f8cf58cf3e94a99ec76764f8b52907b70f897..917724073c8f367c6dc285650b5a8087e38ce0a6 100644 (file)
@@ -37,7 +37,7 @@ CONFIGFILE = settings-$(TARGET).txt settings.txt
 DEFAULT_CONFIGFILE = settings-$(DEFAULT_TARGET).txt settings.txt
 
 # The configuration tool
-CONFIGURE_CMD = $(PERL) ./configure.pl $(CONFIGFILE)
+CONFIGURE_CMD = $(PERL) ./configure.pl --do $(CONFIGFILE)
 
 # keep these 2 lists in the same order!:
 GENERATE_FROM=\
@@ -69,7 +69,7 @@ all: $(BIN) exec
        
 
 makefile: makefile.1.mak $(CONFIGFILE) configure.pl
-       $(CONFIGURE_CMD) < makefile.1.mak > makefile
+       $(CONFIGURE_CMD) --in makefile.1.mak --out makefile
 
 configure.pl: $(CONFIGFILE) config/configure.1.pl
        $(PERL) config/configure.1.pl target=direct settings-$(TARGET).txt config/settings.txt --in config/configure.1.pl --out configure.pl
@@ -102,7 +102,7 @@ install: all cp_bin cp_lib
 
 clean:
        $(RM) -f configure.pl $(TO_GENERATE)
-       $(PERL) config/configure.1.pl $(DEFAULT_CONFIGFILE) < makefile.1.mak > makefile
+       $(PERL) config/configure.1.pl --do $(DEFAULT_CONFIGFILE) --in makefile.1.mak --out makefile
 
 PHONY: all clean install exec mktree cp_bin cp_lib