[dl-x86solaris-devel 96] CVS update: dlkit2

Back to archive index

SAWADA Keiji card_capto****@users*****
2006年 3月 29日 (水) 01:36:36 JST


Index: dlkit2/Makefile
diff -u dlkit2/Makefile:1.6.4.3 dlkit2/Makefile:1.6.4.4
--- dlkit2/Makefile:1.6.4.3	Sun Mar 12 17:10:10 2006
+++ dlkit2/Makefile	Wed Mar 29 01:36:36 2006
@@ -17,7 +17,12 @@
 
 # creates distributable archive
 targz:
-	echo "XXX TODO"
+	echo ./exclude > exclude
+	echo ./$(WORKDIR).tar.gz >> exclude
+	echo ./pool >> exclude
+	echo ./site_* >> exclude
+	tar cvfX - exclude . | gzip -c > $(WORKDIR).tar.gz
+	rm exclude
 
 #----------------------------------------------------------------------
 # maintainer's private targets


dl-x86solaris-devel メーリングリストの案内
Back to archive index