From 17633a210384649ff60c4a410512ec9733109a73 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 14 Aug 2007 13:26:08 +0000 Subject: use -rBASE for svn export in order to please blino by making sure local changes do not got exported --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 24ddca843..df75a1820 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -55,7 +55,7 @@ mo_files : $(MOFILES) localcopy: clean rm -rf $(PACKAGE)-$(PKGVERSION)* mkdir -p $(PACKAGE)-$(PKGVERSION)/tools - svn export -q . $(PACKAGE)-$(PKGVERSION)/perl-install + svn export -q -rBASE . $(PACKAGE)-$(PKGVERSION)/perl-install for i in $(OTHERS); do svn export -q ../$$i $(PACKAGE)-$(PKGVERSION)/$$i; done rm -rf $(PACKAGE)-$(PKGVERSION)/perl-install/{install,unused,list_modules.pm} cp -f ../kernel/list_modules.pm $(PACKAGE)-$(PKGVERSION)/perl-install -- cgit v1.2.1