1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 14:42:26 +01:00

Revert some of PT's local changes to the build system.

This commit is contained in:
Doug Kearns
2009-03-29 21:05:38 +11:00
parent 897181a5c4
commit 0e28714ce6
2 changed files with 3 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ LOCALEDIR = locale
DOC_SRC_FILES = $(wildcard $(LOCALEDIR)/*/*.txt)
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?
JAR_BASES = $(TOP) $(BASE)
@@ -45,7 +45,7 @@ TARGETS = all help info doc jar xpi install clean distclean $(JAR)
$(TARGETS:%=\%.%):
echo MAKE $* $(@:$*.%=%)
$(MAKE) -C $* $(@:$*.%=%)
echo $$SHELL
.PHONY: $(TARGETS)
all: help

View File

@@ -51,8 +51,6 @@ do
)
done
cd $stage
zip -r "$top/$jar" *
cd -
(cd $stage; zip -r "$top/$jar" *)
rm -rf "$stage"