Move stuff to top-level
This makes it easier to use with "git subtree".
This commit is contained in:
parent
259086de84
commit
55c9a40613
10 changed files with 0 additions and 0 deletions
14
mk/dist.mk
14
mk/dist.mk
|
@ -1,14 +0,0 @@
|
|||
ifdef PACKAGE_NAME
|
||||
|
||||
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
|
||||
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue