[LON-CAPA-cvs] cvs: loncom /build Makefile

harris41 lon-capa-cvs@mail.lon-capa.org
Wed, 18 Dec 2002 17:58:28 -0000


harris41		Wed Dec 18 12:58:28 2002 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  synchronize with latest make_rpm.pl; also support VERSION
  in auto-rpm generation
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.138 loncom/build/Makefile:1.139
--- loncom/build/Makefile:1.138	Thu Dec 12 16:08:45 2002
+++ loncom/build/Makefile	Wed Dec 18 12:58:28 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison, your friendly neighborhood volunteer
-# $Id: Makefile,v 1.138 2002/12/12 21:08:45 albertel Exp $
+# $Id: Makefile,v 1.139 2002/12/18 17:58:28 harris41 Exp $
 
 # TYPICAL USAGE of this Makefile is primarily for two targets:
 # "make build" and "make install".
@@ -568,7 +568,7 @@
 	cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
 	perl lpml_parse.pl make_rpm $(CATEGORY) $(DIST) $(SOURCE) $(TARGET) \
 	> base_customizerpm.xml
-	cat base_rpm_file_list.txt | perl make_rpm.pl base 3.2 '' '' \
+	cat base_rpm_file_list.txt | perl make_rpm.pl base $(VERSION) 1 '' '' \
 	BinaryRoot base_customizerpm.xml
 
 DPKG: