diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 7c271829f..2000d5cd0 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -70,6 +70,7 @@ dist-svn: localcopy dist-git: @cd ..; git archive --prefix=$(PACKAGE)-$(PKGVERSION)/ HEAD perl-install/{[^i]*,int*} $(OTHERS) kernel/list_modules.pm Makefile.config | xz >$(PACKAGE)-$(PKGVERSION).tar.xz; + @echo "WARNING: this archive is not complete !!! Regenerate it from SVN" tar: rm -rf $(PACKAGE)*.tar* $(PACKAGE)-$(PKGVERSION) |