CVS: src/si Makefile,1.14,1.15 Makefile.in,1.11,1.12

Mats Wichmann <[email protected]>
Newsgroups gmane.linux.lsb.implementation
Message-ID <[email protected]>
Update of /cvsroot/lsb/src/si
In directory sc8-pr-cvs1:/tmp/cvs-serv22977

Modified Files:
	Makefile Makefile.in 
Log Message:
For now, at least, remove the "-v -l" everywhere
Add cleanup of bootstrap stamp files, and fix typo, in 'scrub'


Index: Makefile
===================================================================
RCS file: /cvsroot/lsb/src/si/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** Makefile	3 Jan 2003 14:19:55 -0000	1.14
--- Makefile	10 Jan 2003 19:44:48 -0000	1.15
***************
*** 20,24 ****
  	@if [ ! -f bootstrap.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -v -l -i LSB.bootstrap.xml && \
  		touch bootstrap.stamp; \
  	fi
--- 20,24 ----
  	@if [ ! -f bootstrap.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -i LSB.bootstrap.xml && \
  		touch bootstrap.stamp; \
  	fi
***************
*** 27,31 ****
  	@if [ ! -f phase2.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -v -l -i LSB.phase2.xml && \
  		touch phase2.stamp; \
  	fi
--- 27,31 ----
  	@if [ ! -f phase2.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -i LSB.phase2.xml && \
  		touch phase2.stamp; \
  	fi
***************
*** 34,38 ****
  	@if [ ! -f phase3.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -v -l -i LSB.phase3.xml && \
  		touch phase3.stamp; \
  	fi
--- 34,38 ----
  	@if [ ! -f phase3.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -i LSB.phase3.xml && \
  		touch phase3.stamp; \
  	fi
***************
*** 41,45 ****
  	@if [ ! -f phase4.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -v -l -i LSB.phase4.xml && \
  		touch phase4.stamp; \
  	fi
--- 41,45 ----
  	@if [ ! -f phase4.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -i LSB.phase4.xml && \
  		touch phase4.stamp; \
  	fi
***************
*** 62,66 ****
  
  	@rm -rf $(BUILD_DIR)/lsbsi $(BUILD_DIR)/lsbsi-intermediate \
! 		$(BUILD_DIR)/lsbsi-boostrap
  
  update:
--- 62,66 ----
  
  	@rm -rf $(BUILD_DIR)/lsbsi $(BUILD_DIR)/lsbsi-intermediate \
! 		$(BUILD_DIR)/lsbsi-bootstrap /tmp/alfs.bootstrap.*
  
  update:

Index: Makefile.in
===================================================================
RCS file: /cvsroot/lsb/src/si/Makefile.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** Makefile.in	3 Jan 2003 14:19:55 -0000	1.11
--- Makefile.in	10 Jan 2003 19:44:48 -0000	1.12
***************
*** 15,24 ****
  
  build: nalfs
! 	$(NALFS_DIR)/nALFS -v -l -i LSB.xml
  
  bootstrap: nalfs
  	@if [ ! -f bootstrap.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -v -l -i LSB.bootstrap.xml && \
  		touch bootstrap.stamp; \
  	fi
--- 15,24 ----
  
  build: nalfs
! 	$(NALFS_DIR)/nALFS -i LSB.xml
  
  bootstrap: nalfs
  	@if [ ! -f bootstrap.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -i LSB.bootstrap.xml && \
  		touch bootstrap.stamp; \
  	fi
***************
*** 27,31 ****
  	@if [ ! -f phase2.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -v -l -i LSB.phase2.xml && \
  		touch phase2.stamp; \
  	fi
--- 27,31 ----
  	@if [ ! -f phase2.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -i LSB.phase2.xml && \
  		touch phase2.stamp; \
  	fi
***************
*** 34,38 ****
  	@if [ ! -f phase3.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -v -l -i LSB.phase3.xml && \
  		touch phase3.stamp; \
  	fi
--- 34,38 ----
  	@if [ ! -f phase3.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -i LSB.phase3.xml && \
  		touch phase3.stamp; \
  	fi
***************
*** 41,45 ****
  	@if [ ! -f phase4.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -v -l -i LSB.phase4.xml && \
  		touch phase4.stamp; \
  	fi
--- 41,45 ----
  	@if [ ! -f phase4.stamp ]; then \
  		extras/entitycheck.py -q && \
! 		$(NALFS_DIR)/nALFS -i LSB.phase4.xml && \
  		touch phase4.stamp; \
  	fi
***************
*** 62,66 ****
  
  	@rm -rf $(BUILD_DIR)/lsbsi $(BUILD_DIR)/lsbsi-intermediate \
! 		$(BUILD_DIR)/lsbsi-boostrap
  
  update:
--- 62,66 ----
  
  	@rm -rf $(BUILD_DIR)/lsbsi $(BUILD_DIR)/lsbsi-intermediate \
! 		$(BUILD_DIR)/lsbsi-bootstrap /tmp/alfs.bootstrap.*
  
  update:
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.