mirror of
https://github.com/NixOS/nix
synced 2025-07-18 07:08:27 +02:00
Initial commit (imported from the Nix repo)
This commit is contained in:
commit
49a385096e
9 changed files with 335 additions and 0 deletions
10
mk/dist.mk
Normal file
10
mk/dist.mk
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue