1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 07:08:27 +02:00

Remove mk subdirectory in preparation for "git subtree"

This commit is contained in:
Eelco Dolstra 2014-01-09 16:15:16 +01:00
parent bf8b66adcf
commit 568b1b0a8a
9 changed files with 0 additions and 335 deletions

View file

@ -1,10 +0,0 @@
dist_name = $(PACKAGE_NAME)-$(PACKAGE_VERSION)
dist_files :=
dist: $(dist_name).tar.bz2
$(dist_name).tar.bz2: $(dist_files)
$(QUIET) tar cvfj $@ $(dist_files) --transform 's,^,$(dist_name)/,'
clean_files += $(dist_name).tar.bz2