Discussion:
[2767] (dist-svn) split it out of (tar)
root-odJJhXpcy38dnm+
2012-01-23 19:05:52 UTC
Permalink
Revision: 2767
Author: tv
Date: 2012-01-23 20:05:52 +0100 (Mon, 23 Jan 2012)
Log Message:
-----------
(dist-svn) split it out of (tar)

Modified Paths:
--------------
drakx/trunk/perl-install/install/Makefile

Modified: drakx/trunk/perl-install/install/Makefile
===================================================================
--- drakx/trunk/perl-install/install/Makefile 2012-01-23 19:05:49 UTC (rev 2766)
+++ drakx/trunk/perl-install/install/Makefile 2012-01-23 19:05:52 UTC (rev 2767)
@@ -15,8 +15,7 @@
clean xs:
make -C .. $@

-tar:
- rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION)
+dist-svn:
mkdir -p $(PRODUCT)-$(VERSION)
svn export -q -rBASE .. $(PRODUCT)-$(VERSION)/perl-install
svn export -q -rBASE ../../tools $(PRODUCT)-$(VERSION)/tools
@@ -25,6 +24,10 @@
tar cfa $(PRODUCT)-$(VERSION).tar.xz $(PRODUCT)-$(VERSION)
rm -rf $(PRODUCT)-$(VERSION)

+tar:
+ rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION)
+ @make dist-svn
+
install:
$(MAKE) full_stage2
echo $(VERSION) > $(STAGE2_DEST)/VERSION
root-odJJhXpcy38dnm+
2012-01-25 18:29:31 UTC
Permalink
Revision: 2793
Author: tv
Date: 2012-01-25 19:29:30 +0100 (Wed, 25 Jan 2012)
Log Message:
-----------
(dist-svn) split it out of (tar)

Modified Paths:
--------------
drakx/trunk/rescue/Makefile

Modified: drakx/trunk/rescue/Makefile
===================================================================
--- drakx/trunk/rescue/Makefile 2012-01-25 18:29:27 UTC (rev 2792)
+++ drakx/trunk/rescue/Makefile 2012-01-25 18:29:30 UTC (rev 2793)
@@ -13,7 +13,7 @@
$(RESCUE): list.xml drvinst guessmounts lsparts rescue-doc make_rescue_img
DISTRIB_DESCR=$(DISTRIB_DESCR) ./make_rescue_img

-tar:
+dist-svn:
rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION)
mkdir -p $(PRODUCT)-$(VERSION)/tools
svn export -q -rBASE . $(PRODUCT)-$(VERSION)/rescue
@@ -22,5 +22,8 @@
tar cfa $(PRODUCT)-$(VERSION).tar.xz $(PRODUCT)-$(VERSION)
rm -rf $(PRODUCT)-$(VERSION)

+tar:
+ @make dist-svn
+
clean:
rm -f $(RESCUE) kernel_read_part
root-odJJhXpcy38dnm+
2012-01-25 18:29:40 UTC
Permalink
Revision: 2796
Author: tv
Date: 2012-01-25 19:29:40 +0100 (Wed, 25 Jan 2012)
Log Message:
-----------
(dist-svn) split it out of (tar)

Modified Paths:
--------------
drakx/trunk/perl-install/Makefile

Modified: drakx/trunk/perl-install/Makefile
===================================================================
--- drakx/trunk/perl-install/Makefile 2012-01-25 18:29:37 UTC (rev 2795)
+++ drakx/trunk/perl-install/Makefile 2012-01-25 18:29:40 UTC (rev 2796)
@@ -64,10 +64,13 @@

localdist: tar

-tar: localcopy
+dist-svn: localcopy
tar cfa $(PACKAGE)-$(PKGVERSION).tar.xz $(PACKAGE)-$(PKGVERSION)
rm -rf $(PACKAGE)-$(PKGVERSION)

+tar:
+ @make dist-svn
+
# rules to build a distributable rpm

nuke_perl:

Loading...