aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-06-17 10:26:33 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-06-17 10:26:33 +0200
commit30f522351edfbf2c34b6456001cd9575a2e734ef (patch)
treec94a72cbb196e240238f8f78f493ca5081bc9285 /phpBB/phpbb/template
parenta6803e6a18d13872ed197eebc246de6586d8bab0 (diff)
parent7f50c269417c97f642ae6a0459014b68b72b693b (diff)
downloadforums-30f522351edfbf2c34b6456001cd9575a2e734ef.tar
forums-30f522351edfbf2c34b6456001cd9575a2e734ef.tar.gz
forums-30f522351edfbf2c34b6456001cd9575a2e734ef.tar.bz2
forums-30f522351edfbf2c34b6456001cd9575a2e734ef.tar.xz
forums-30f522351edfbf2c34b6456001cd9575a2e734ef.zip
Merge branch '3.2.x' into 3.3.x
Diffstat (limited to 'phpBB/phpbb/template')
0 files changed, 0 insertions, 0 deletions
re>include Makefile.config ROOTDEST = /export STAGE2_DEST = $(ROOTDEST)/install/stage2 DIRS = tools images perl-install/install rescue .PHONY: dirs install install: dirs rescue install_only dirs: @for n in $(DIRS); do $(MAKE) -C $$n all || exit 1 ; done install_only: make -C images install ROOTDEST=$(ROOTDEST) make -C tools install ROOTDEST=$(ROOTDEST) make -C perl-install/install install ROOTDEST=$(ROOTDEST) make -C rescue install STAGE2_DEST=$(STAGE2_DEST) make -C advertising install ROOTDEST=$(ROOTDEST) LC_ALL=C svn info ChangeLog | egrep '^Revision|^Last Changed Date' > $(STAGE2_DEST)/VERSION clean: # force taking new rpms from repository rm -rf images/RPMS for i in $(DIRS); do make -C $$i clean; done find . -name "*~" -o -name ".#*" | xargs rm -f check: $(MAKE) -C perl-install check