[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop: [348] ipcop/trunk/lfs/packages_list
From:       chepati () users ! sourceforge ! net
Date:       2007-05-04 5:20:45
Message-ID: E1HjqDl-0001hV-FF () sc8-pr-svn4 ! sourceforge ! net
[Download RAW message or body]

Revision: 348
          http://ipcop.svn.sourceforge.net/ipcop/?rev=348&view=rev
Author:   chepati
Date:     2007-05-03 22:20:45 -0700 (Thu, 03 May 2007)

Log Message:
-----------
Now the packages-list.txt doesn't include build information, just the packages and \
their version number.  Also renamed the list of all files installed to \
LIST_OF_ALL_FILES-$MACHINE.txt

Modified Paths:
--------------
    ipcop/trunk/lfs/packages_list

Modified: ipcop/trunk/lfs/packages_list
===================================================================
--- ipcop/trunk/lfs/packages_list	2007-05-02 22:42:58 UTC (rev 347)
+++ ipcop/trunk/lfs/packages_list	2007-05-04 05:20:45 UTC (rev 348)
@@ -61,23 +61,23 @@
 	echo "Generating list of packages needed to compile ipcop." >> $(LOGFILE)
 	echo "!!! List of software needed to build $(NAME) Version:$(VERSION) for \
$(MACHINE)" > \  /usr/src/doc/$(NAME)-$(VERSION).$(MACHINE).packages-list.txt
-	cat /usr/src/LIST_OF_SOFTWARE-$(MACHINE).txt | awk -F":" '{print $$1 "-" $$2}' | \
                sort | uniq >> \
-							/usr/src/doc/$(NAME)-$(VERSION).$(MACHINE).packages-list.txt
+	cat /usr/src/LIST_OF_SOFTWARE-$(MACHINE).txt | awk -F"," '{print $$1 " version: " \
$$2}' | sort | uniq | \ +				sed "/version: $$/d" >> \
/usr/src/doc/$(NAME)-$(VERSION).$(MACHINE).packages-list.txt  # packages-list.txt is \
ready to be displayed for wiki page IPCopSoftwares  endif
 
 ifeq "$(PASS)" "2"
 	echo "Generating files list from logs" >> $(LOGFILE)
-	rm -f /usr/src/LIST_OF_ALL_FILES
+	rm -f /usr/src/LIST_OF_ALL_FILES-$(MACHINE).txt
 
 	cat /usr/src/LIST_OF_SOFTWARE-$(MACHINE).txt | while IFS= read -r LINE; do \
 		IFS=, && while read TEMP_NAME TEMP_VER TEMP_STAGE_ORDER TEMP_STAGE TEMP_REST; do \
 			if [ "$$TEMP_STAGE" != "toolchain" ]; then \
-				echo "##" >> /usr/src/LIST_OF_ALL_FILES; \
-				echo "## $$TEMP_NAME-$$TEMP_VER" >> /usr/src/LIST_OF_ALL_FILES; \
-				echo "##" >> /usr/src/LIST_OF_ALL_FILES; \
+				echo "##" >> /usr/src/LIST_OF_ALL_FILES-$(MACHINE).txt; \
+				echo "## $$TEMP_NAME-$$TEMP_VER" >> /usr/src/LIST_OF_ALL_FILES-$(MACHINE).txt; \
+				echo "##" >> /usr/src/LIST_OF_ALL_FILES-$(MACHINE).txt; \
 				cat $(DIR_SRC)/log_$(MACHINE)/$${TEMP_STAGE_ORDER}_$$TEMP_STAGE/$$TEMP_NAME-$$TEMP_VER \
                \
-					| sed "s%^+%#%" | sort >> /usr/src/LIST_OF_ALL_FILES; \
+					| sed "s%^+%#%" | sort >> /usr/src/LIST_OF_ALL_FILES-$(MACHINE).txt; \
 			fi; \
 		done ; \
 	done


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic