version 1.141.2.1, 2003/03/21 19:02:41
|
version 1.142, 2003/01/20 17:39:00
|
Line 23 SAVE=program.pl.$(TIMESTAMP)
|
Line 23 SAVE=program.pl.$(TIMESTAMP)
|
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
METAMTARGET="" |
METAMTARGET="" |
MTARGET="" |
MTARGET="" |
VERSION=0.6.2 |
VERSION=0.6.1 |
|
# The current working definition for "RELEASE" is: changes not in the software, |
|
# but in the operating system dependent packaging of the software. Thus, the |
|
# generic tarball releases do not need to have a release number specified. |
|
RELEASE=1 # As a general rule for now, this is always being set to "1". |
DIRTARGET=loncapa-$(VERSION) |
DIRTARGET=loncapa-$(VERSION) |
|
|
# =============================================== Help targets for the Makefile |
# =============================================== Help targets for the Makefile |
Line 571 RPM: BinaryRoot base_rpm_file_list
|
Line 575 RPM: BinaryRoot base_rpm_file_list
|
cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \ |
cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \ |
perl lpml_parse.pl make_rpm $(CATEGORY) $(DIST) $(SOURCE) $(TARGET) \ |
perl lpml_parse.pl make_rpm $(CATEGORY) $(DIST) $(SOURCE) $(TARGET) \ |
> base_customizerpm.xml |
> base_customizerpm.xml |
cat base_rpm_file_list.txt | perl make_rpm.pl base $(VERSION) 1 '' '' \ |
cat base_rpm_file_list.txt | perl make_rpm.pl base $(VERSION) \ |
BinaryRoot base_customizerpm.xml |
$(RELEASE) '' '' BinaryRoot base_customizerpm.xml |
|
|
DPKG: |
DPKG: |
make TARGET='lon-capa-$(VERSION)' NORESTORECONF='1' install |
make TARGET='lon-capa-$(VERSION)' NORESTORECONF='1' install |