BuildDirs.mk (3e9d7d56) | BuildDirs.mk (fb0ae187) |
---|---|
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 --- 18 unchanged lines hidden (view full) --- 27OUTDIR := $(SOLARVERSION)/$(INPATH) 28WORKDIR := $(SOLARVERSION)/$(INPATH)/workdir 29 30# Override for SetupLocal 31ifneq ($(and $(gb_LOCALBUILDDIR),$(wildcard $(gb_LOCALBUILDDIR)/SetupLocal.mk)),) 32include $(gb_LOCALBUILDDIR)/SetupLocal.mk 33endif 34 | 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 --- 18 unchanged lines hidden (view full) --- 27OUTDIR := $(SOLARVERSION)/$(INPATH) 28WORKDIR := $(SOLARVERSION)/$(INPATH)/workdir 29 30# Override for SetupLocal 31ifneq ($(and $(gb_LOCALBUILDDIR),$(wildcard $(gb_LOCALBUILDDIR)/SetupLocal.mk)),) 32include $(gb_LOCALBUILDDIR)/SetupLocal.mk 33endif 34 |
35# env variables names are uppercase only 36ifeq ($(OS),OS2) 37gb_REPOS = $(GB_REPOS) 38endif 39 |
|
35ifeq ($(strip $(gb_REPOS)),) 36gb_REPOS := $(SOLARSRC) 37endif 38 39# HACK 40# unixify windows paths 41ifeq ($(OS),WNT) 42override WORKDIR := $(shell cygpath -u $(WORKDIR)) --- 13 unchanged lines hidden --- | 40ifeq ($(strip $(gb_REPOS)),) 41gb_REPOS := $(SOLARSRC) 42endif 43 44# HACK 45# unixify windows paths 46ifeq ($(OS),WNT) 47override WORKDIR := $(shell cygpath -u $(WORKDIR)) --- 13 unchanged lines hidden --- |