makefile.mk (4a564a01) makefile.mk (27a447d8)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 149 unchanged lines hidden (view full) ---

158.IF "$(VERBOSE_INSTALLER)"=="TRUE"
159VERBOSESWITCH+=-log
160.ENDIF
161
162# New target to prepare a source release
163SRC_RELEASE_OUT_DIR=$(shell cd $(OUT) && pwd)$/AOO_SRC_Release
164
165aoo_srcrelease: $(SOLARENV)$/bin$/srcrelease.xml
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 149 unchanged lines hidden (view full) ---

158.IF "$(VERBOSE_INSTALLER)"=="TRUE"
159VERBOSESWITCH+=-log
160.ENDIF
161
162# New target to prepare a source release
163SRC_RELEASE_OUT_DIR=$(shell cd $(OUT) && pwd)$/AOO_SRC_Release
164
165aoo_srcrelease: $(SOLARENV)$/bin$/srcrelease.xml
166 $(PERL) -I$(SOLARENV)/bin/modules -e "use RepoRevision; print RepoRevision::DetectRevisionId(\"$(SRC_ROOT)\")" > $(SOLARENV)$/inc$/reporevision.lst
166 @-$(MKDIR) $(OUT)$/AOO_SRC_Release
167 $(ANT) -f $(SOLARENV)$/bin$/srcrelease.xml -q -Dbasedir=$(SOURCE_ROOT_DIR) -Dout.dir=$(SRC_RELEASE_OUT_DIR)
168
169updatepack:
170 $(PERL) -w $(SOLARENV)$/bin$/packager.pl
171
172
173

--- 425 unchanged lines hidden ---
167 @-$(MKDIR) $(OUT)$/AOO_SRC_Release
168 $(ANT) -f $(SOLARENV)$/bin$/srcrelease.xml -q -Dbasedir=$(SOURCE_ROOT_DIR) -Dout.dir=$(SRC_RELEASE_OUT_DIR)
169
170updatepack:
171 $(PERL) -w $(SOLARENV)$/bin$/packager.pl
172
173
174

--- 425 unchanged lines hidden ---