CVS: src/si Makefile.in,1.19,1.20
Mats Wichmann <[email protected]> Tue, 29 Apr 2003 11:41:18 -0700
| Newsgroups | gmane.linux.lsb.implementation |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/lsb/src/si In directory sc8-pr-cvs1:/tmp/cvs-serv32137 Modified Files: Makefile.in Log Message: Turn nALFS logging back on, now that bug that bit ppc is fixed in nALFS Index: Makefile.in =================================================================== RCS file: /cvsroot/lsb/src/si/Makefile.in,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** Makefile.in 25 Apr 2003 16:30:16 -0000 1.19 --- Makefile.in 29 Apr 2003 18:41:13 -0000 1.20 *************** *** 18,27 **** build: config.status nalfs ! $(NALFS_DIR)/nALFS -i LSB.xml bootstrap: config.status nalfs @if [ ! -f bootstrap.stamp ]; then \ extras/entitycheck.py -q && \ ! $(NALFS_DIR)/nALFS -i LSB.bootstrap.xml && \ touch bootstrap.stamp; \ fi --- 18,27 ---- build: config.status nalfs ! $(NALFS_DIR)/nALFS -i -l LSB.xml bootstrap: config.status nalfs @if [ ! -f bootstrap.stamp ]; then \ extras/entitycheck.py -q && \ ! $(NALFS_DIR)/nALFS -i -l LSB.bootstrap.xml && \ touch bootstrap.stamp; \ fi *************** *** 31,35 **** @if [ ! -f phase2.stamp ]; then \ extras/entitycheck.py -q && \ ! $(NALFS_DIR)/nALFS -i LSB.phase2.xml && \ touch phase2.stamp; \ fi --- 31,35 ---- @if [ ! -f phase2.stamp ]; then \ extras/entitycheck.py -q && \ ! $(NALFS_DIR)/nALFS -i -l LSB.phase2.xml && \ touch phase2.stamp; \ fi *************** *** 39,43 **** @if [ ! -f phase3.stamp ]; then \ extras/entitycheck.py -q && \ ! $(NALFS_DIR)/nALFS -i LSB.phase3.xml && \ touch phase3.stamp; \ fi --- 39,43 ---- @if [ ! -f phase3.stamp ]; then \ extras/entitycheck.py -q && \ ! $(NALFS_DIR)/nALFS -i -l LSB.phase3.xml && \ touch phase3.stamp; \ fi *************** *** 47,51 **** @if [ ! -f phase4.stamp ]; then \ extras/entitycheck.py -q && \ ! $(NALFS_DIR)/nALFS -i LSB.phase4.xml && \ touch phase4.stamp; \ fi --- 47,51 ---- @if [ ! -f phase4.stamp ]; then \ extras/entitycheck.py -q && \ ! $(NALFS_DIR)/nALFS -i -l LSB.phase4.xml && \ touch phase4.stamp; \ fi