makefile.mk (e3c01311) | makefile.mk (910823ae) |
---|---|
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 --- 54 unchanged lines hidden (view full) --- 63 mkdir $(MISC)/unitdata 64 cp urebootstrap.ini $(MISC)/unitdata 65 mkdir $(MISC)/unitdata/basis 66 mkdir $(MISC)/unitdata/basis/program 67 echo '[Bootstrap]' > $(MISC)/unitdata/basis/program/uno$(MY_INI) 68 echo 'UNO_SHARED_PACKAGES_CACHE = $$OOO_BASE_DIR' \ 69 >> $(MISC)/unitdata/basis/program/uno$(MY_INI) 70 echo 'UNO_USER_PACKAGES_CACHE =' \ | 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 --- 54 unchanged lines hidden (view full) --- 63 mkdir $(MISC)/unitdata 64 cp urebootstrap.ini $(MISC)/unitdata 65 mkdir $(MISC)/unitdata/basis 66 mkdir $(MISC)/unitdata/basis/program 67 echo '[Bootstrap]' > $(MISC)/unitdata/basis/program/uno$(MY_INI) 68 echo 'UNO_SHARED_PACKAGES_CACHE = $$OOO_BASE_DIR' \ 69 >> $(MISC)/unitdata/basis/program/uno$(MY_INI) 70 echo 'UNO_USER_PACKAGES_CACHE =' \ |
71 '$${$$BRAND_BASE_DIR/program/bootstrap$(MY_INI):UserInstallation}' \ | 71 '$${$$OOO_BASE_DIR/program/bootstrap$(MY_INI):UserInstallation}' \ |
72 >> $(MISC)/unitdata/basis/program/uno$(MY_INI) 73 mkdir $(MISC)/unitdata/basis/share 74 mkdir $(MISC)/unitdata/basis/share/registry 75 cp data.xcd $(MISC)/unitdata/basis/share/registry 76 mkdir $(MISC)/unitdata/brand 77 mkdir $(MISC)/unitdata/brand/program 78 echo '[Bootstrap]' > $(MISC)/unitdata/brand/program/bootstrap$(MY_INI) 79 echo 'UserInstallation = $$ORIGIN/../../user' \ 80 >> $(MISC)/unitdata/brand/program/bootstrap$(MY_INI) 81.IF "$(USE_SHELL)" == "bash" 82 export \ 83 URE_BOOTSTRAP=vnd.sun.star.pathname:$(MISC)/unitdata/urebootstrap.ini \ 84 && $(TESTSHL2) $(SHL1TARGETN) -forward $(MISC)/unit.rdb 85.ELSE 86 setenv \ 87 URE_BOOTSTRAP vnd.sun.star.pathname:$(MISC)/unitdata/urebootstrap.ini \ 88 && $(TESTSHL2) $(SHL1TARGETN) -forward $(MISC)/unit.rdb 89.ENDIF | 72 >> $(MISC)/unitdata/basis/program/uno$(MY_INI) 73 mkdir $(MISC)/unitdata/basis/share 74 mkdir $(MISC)/unitdata/basis/share/registry 75 cp data.xcd $(MISC)/unitdata/basis/share/registry 76 mkdir $(MISC)/unitdata/brand 77 mkdir $(MISC)/unitdata/brand/program 78 echo '[Bootstrap]' > $(MISC)/unitdata/brand/program/bootstrap$(MY_INI) 79 echo 'UserInstallation = $$ORIGIN/../../user' \ 80 >> $(MISC)/unitdata/brand/program/bootstrap$(MY_INI) 81.IF "$(USE_SHELL)" == "bash" 82 export \ 83 URE_BOOTSTRAP=vnd.sun.star.pathname:$(MISC)/unitdata/urebootstrap.ini \ 84 && $(TESTSHL2) $(SHL1TARGETN) -forward $(MISC)/unit.rdb 85.ELSE 86 setenv \ 87 URE_BOOTSTRAP vnd.sun.star.pathname:$(MISC)/unitdata/urebootstrap.ini \ 88 && $(TESTSHL2) $(SHL1TARGETN) -forward $(MISC)/unit.rdb 89.ENDIF |