netpanzer-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netPanzer-CVS] netpanzer ./Jamrules mk/jam/build.jam mk/jam/au...


From: Matthias Braun
Subject: [netPanzer-CVS] netpanzer ./Jamrules mk/jam/build.jam mk/jam/au...
Date: Sat, 11 Oct 2003 09:54:10 -0400

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Matthias Braun <address@hidden> 03/10/11 09:54:10

Modified files:
        .              : Jamrules 
        mk/jam         : build.jam 
Added files:
        mk/jam         : autoconf.jam 

Log message:
        moved autoconf clean rules to separate jam file

Patches:
Index: netpanzer/Jamrules
diff -u netpanzer/Jamrules:1.1 netpanzer/Jamrules:1.2
--- netpanzer/Jamrules:1.1      Tue Sep 23 21:26:18 2003
+++ netpanzer/Jamrules  Sat Oct 11 09:54:09 2003
@@ -7,7 +7,7 @@
 include $(JAMCONFIG) ;
 if ! $(JAMCONFIG_READ)
 {
-  EXIT "Couldn't find config. Please run configure first." ;
+  EXIT "Couldn't find config. Please run 'configure' first." ;
 }
 
 COMPILER.CFLAGS += -Wall ;
Index: netpanzer/mk/jam/build.jam
diff -u netpanzer/mk/jam/build.jam:1.1 netpanzer/mk/jam/build.jam:1.2
--- netpanzer/mk/jam/build.jam:1.1      Tue Sep 23 21:26:18 2003
+++ netpanzer/mk/jam/build.jam  Sat Oct 11 09:54:10 2003
@@ -22,6 +22,8 @@
 include $(jamrulesdir)/objects.jam ;
 include $(jamrulesdir)/compiler.jam ;
 
+include $(jamrulesdir)/autoconf.jam ;
+
 include $(jamrulesdir)/flags.jam ;
 include $(jamrulesdir)/library.jam ;
 include $(jamrulesdir)/application.jam ;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]