1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-05 03:05:46 +01:00

*** empty log message ***

This commit is contained in:
Martin Stubenschrott
2007-04-29 18:50:56 +00:00
parent 9e95550027
commit cf190c23cc

View File

@@ -92,11 +92,12 @@ clean:
@echo "Cleanup..." @echo "Cleanup..."
${Q}rm -f ${JAR} ${XPI} ${Q}rm -f ${JAR} ${XPI}
${Q}find . -name '*~' -exec rm -f {} \; ${Q}find . -name '*~' -exec rm -f {} \;
${Q}rm -rf ${BUILD_DIR}
#### xpi #### xpi
${BUILD_XPI_SUBDIRS}: ${BUILD_XPI_SUBDIRS}:
@mkdir -p $@ ${Q}mkdir -p $@
${XPI}: ${BUILD_XPI_SUBDIRS} ${XPI_FILES} ${XPI}: ${BUILD_XPI_SUBDIRS} ${XPI_FILES}
@echo "Building XPI..." @echo "Building XPI..."
@@ -117,7 +118,7 @@ ${XPI}: ${BUILD_XPI_SUBDIRS} ${XPI_FILES}
#### jar #### jar
${BUILD_JAR_SUBDIRS}: ${BUILD_JAR_SUBDIRS}:
@mkdir -p $@ ${Q}mkdir -p $@
${JAR}: ${BUILD_JAR_SUBDIRS} ${JAR_FILES} ${JAR}: ${BUILD_JAR_SUBDIRS} ${JAR_FILES}
@echo "Building JAR..." @echo "Building JAR..."