[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Fri, 22 Mar 2002 01:34:24 -0000
harris41 Thu Mar 21 20:34:24 2002 EDT
Modified files:
/loncom/build Makefile
Log:
Makefile.build parameters should be based on shell environment.. not
hard coded
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.77 loncom/build/Makefile:1.78
--- loncom/build/Makefile:1.77 Mon Mar 4 01:50:43 2002
+++ loncom/build/Makefile Thu Mar 21 20:34:24 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.77 2002/03/04 06:50:43 harris41 Exp $
+# $Id: Makefile,v 1.78 2002/03/22 01:34:24 harris41 Exp $
DIST="default"
CATEGORY="development"
@@ -225,8 +225,8 @@
Makefile.build: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl
cat ../../doc/loncapafiles/loncapafiles.lpml | \
- perl lpml_parse.pl build $(CATEGORY) $(DIST) "../.." "" > \
- Makefile.build
+ perl lpml_parse.pl build $(CATEGORY) $(DIST) "$(SOURCE)" "$(TARGET)" \
+ > Makefile.build
RPM: BinaryRoot base_rpm_file_list
cat ../../doc/loncapafiles/loncapafiles.lpml | \