ooo-build r14559 - trunk



Author: tml
Date: Thu Nov 20 12:49:21 2008
New Revision: 14559
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14559&view=rev

Log:
2008-11-20  Tor Lillqvist  <tml novell com>

	* Makefile.shared: Add target patch.list which just runs apply.pl
	with --dry-run --quiet and the appropriate distro and tag options.



Modified:
   trunk/ChangeLog
   trunk/Makefile.shared

Modified: trunk/Makefile.shared
==============================================================================
--- trunk/Makefile.shared	(original)
+++ trunk/Makefile.shared	Thu Nov 20 12:49:21 2008
@@ -62,6 +62,10 @@
 	chmod +x $(TOOLSDIR)/patches/apply.pl && $(TOOLSDIR)/patches/apply.pl $(APPLY_DIR) $(OOBUILDDIR) $$FLAGS -R ;
 	rm -f $(STAMP_DIR)/patch.apply
 
+patch.list:
+	@FLAGS=`$(TOOLSDIR)/bin/applyflags $(TOOLSDIR)/bin` ; \
+	chmod +x $(TOOLSDIR)/patches/apply.pl && $(TOOLSDIR)/patches/apply.pl $(APPLY_DIR) $(OOBUILDDIR) $$FLAGS --dry-run --quiet --tag=$(CVSTAG)
+
 # Build bits:
 
 prebuild : $(STAMP_DIR)/prebuild



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]