OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 14-Aug-2002 12:05:28
Branch: HEAD Handle: 2002081411052800
Modified files:
openpkg-re/release Makefile
Log:
support for new classification system
Summary:
Revision Changes Path
1.6 +7 -5 openpkg-re/release/Makefile
____________________________________________________________________________
Index: openpkg-re/release/Makefile
============================================================
$ cvs diff -u -r1.5 -r1.6 Makefile
--- openpkg-re/release/Makefile 9 Aug 2002 18:22:45 -0000 1.5
+++ openpkg-re/release/Makefile 14 Aug 2002 10:05:28 -0000 1.6
@@ -54,7 +54,7 @@
master-makefile:
@$(SHTOOL) echo -e "%B++ Generating Makefiles for build procedure
($(WORK)/src/master/Makefile*)%b"
@$(SRC2MAKE) --prefix=$(PREFIX) --user=$(USER) --group=$(GROUP) \
- --srcdir=$(WORK)/src/master --tmpdir=.
--outdir=$(WORK)/src/master --verbose
+ --srcdir=$(WORK)/src/master --tmpdir=$(WORK)/tmp
--outdir=$(WORK)/src/master --verbose
master-status:
@$(SHTOOL) echo -e "%B++ Creating master status report%b"
@@ -93,10 +93,12 @@
@$(MAKE) $(MFLAGS) master-status >$(WORK)/tmp/status.txt; \
grep "^Name" $(WORK)/tmp/status.txt; \
grep "^====" $(WORK)/tmp/status.txt | tee $(WORK)/tmp/status.sep; \
- grep REL $(WORK)/tmp/status.txt; cat $(WORK)/tmp/status.sep; \
- grep EXP $(WORK)/tmp/status.txt; cat $(WORK)/tmp/status.sep; \
- grep BRK $(WORK)/tmp/status.txt; cat $(WORK)/tmp/status.sep; \
- grep DEV $(WORK)/tmp/status.txt
+ grep CORE $(WORK)/tmp/status.txt; cat $(WORK)/tmp/status.sep; \
+ grep BASE $(WORK)/tmp/status.txt; cat $(WORK)/tmp/status.sep; \
+ grep PLUS $(WORK)/tmp/status.txt; cat $(WORK)/tmp/status.sep; \
+ grep PRIV $(WORK)/tmp/status.txt; cat $(WORK)/tmp/status.sep; \
+ grep EVAL $(WORK)/tmp/status.txt; cat $(WORK)/tmp/status.sep; \
+ grep JUNK $(WORK)/tmp/status.txt
master-clean:
@$(SHTOOL) echo -e "%B++ Cleaning up on master%b"
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]