makefile.mk (f3c13b8d) | makefile.mk (0c6d6194) |
---|---|
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 --- 148 unchanged lines hidden (view full) --- 157.IF "$(VERBOSE_INSTALLER)"=="TRUE" 158VERBOSESWITCH+=-log 159.ENDIF 160 161# New target to prepare a source release 162SRC_RELEASE_OUT_DIR=$(shell cd $(OUT) && pwd)$/AOO_SRC_Release 163 164aoo_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 --- 148 unchanged lines hidden (view full) --- 157.IF "$(VERBOSE_INSTALLER)"=="TRUE" 158VERBOSESWITCH+=-log 159.ENDIF 160 161# New target to prepare a source release 162SRC_RELEASE_OUT_DIR=$(shell cd $(OUT) && pwd)$/AOO_SRC_Release 163 164aoo_srcrelease: $(SOLARENV)$/bin$/srcrelease.xml |
165 $(PERL) -I$(SOLARENV)/bin/modules -e "use RepoRevision; print RepoRevision::DetectRevisionId(\"$(SRC_ROOT)\")" > $(SOLARENV)$/inc$/reporevision.lst |
|
165 @-$(MKDIR) $(OUT)$/AOO_SRC_Release 166 $(ANT) -f $(SOLARENV)$/bin$/srcrelease.xml -q -Dbasedir=$(SOURCE_ROOT_DIR) -Dout.dir=$(SRC_RELEASE_OUT_DIR) 167 168updatepack: 169 $(PERL) -w $(SOLARENV)$/bin$/packager.pl 170 171 172 --- 420 unchanged lines hidden --- | 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 --- 420 unchanged lines hidden --- |