mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-07 12:15:45 +01:00
Revert some of PT's local changes to the build system.
This commit is contained in:
@@ -9,7 +9,7 @@ LOCALEDIR = locale
|
|||||||
DOC_SRC_FILES = $(wildcard $(LOCALEDIR)/*/*.txt)
|
DOC_SRC_FILES = $(wildcard $(LOCALEDIR)/*/*.txt)
|
||||||
LOCALES = $(foreach locale,$(wildcard $(LOCALEDIR)/*),$(word 2,$(subst /, ,$(locale))))
|
LOCALES = $(foreach locale,$(wildcard $(LOCALEDIR)/*),$(word 2,$(subst /, ,$(locale))))
|
||||||
|
|
||||||
MAKE_JAR = VERSION="$(VERSION)" DATE="$(BUILD_DATE)" bash $(BASE)/make_jar.sh
|
MAKE_JAR = VERSION="$(VERSION)" DATE="$(BUILD_DATE)" sh $(BASE)/make_jar.sh
|
||||||
|
|
||||||
# TODO: specify source files manually?
|
# TODO: specify source files manually?
|
||||||
JAR_BASES = $(TOP) $(BASE)
|
JAR_BASES = $(TOP) $(BASE)
|
||||||
@@ -45,7 +45,7 @@ TARGETS = all help info doc jar xpi install clean distclean $(JAR)
|
|||||||
$(TARGETS:%=\%.%):
|
$(TARGETS:%=\%.%):
|
||||||
echo MAKE $* $(@:$*.%=%)
|
echo MAKE $* $(@:$*.%=%)
|
||||||
$(MAKE) -C $* $(@:$*.%=%)
|
$(MAKE) -C $* $(@:$*.%=%)
|
||||||
echo $$SHELL
|
|
||||||
.PHONY: $(TARGETS)
|
.PHONY: $(TARGETS)
|
||||||
all: help
|
all: help
|
||||||
|
|
||||||
|
|||||||
@@ -51,8 +51,6 @@ do
|
|||||||
)
|
)
|
||||||
done
|
done
|
||||||
|
|
||||||
cd $stage
|
(cd $stage; zip -r "$top/$jar" *)
|
||||||
zip -r "$top/$jar" *
|
|
||||||
cd -
|
|
||||||
rm -rf "$stage"
|
rm -rf "$stage"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user