--- old/make/Makefile Sun Jan 15 23:18:28 2012 +++ new/make/Makefile Sun Jan 15 23:18:25 2012 @@ -1,5 +1,5 @@ # -# Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1995, 2012, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -29,6 +29,7 @@ # BUILDDIR=. + include $(BUILDDIR)/common/Defs.gmk # @@ -260,6 +261,9 @@ # Release engineering targets. # include $(BUILDDIR)/common/Release.gmk +ifeq ($(HAS_CUSTOM_MAKE),1) + include $(CUSTOM_MAKE_DIR)/Release.gmk +endif # # Cscope targets.