Makefile (f808c858fa61e7769218966759510a8b1190dfcf) Makefile (d33d82f2b6ab8328bfc542feecd2c3935051f51a)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

120 @if [ "$$CLOSED_IS_PRESENT" = no ]; then \
121 if [ ! -d "$$ON_CLOSED_BINS/root_$(MACH)" ]; then \
122 $(ECHO) "Error: if closed sources are not present," \
123 "ON_CLOSED_BINS must point to closed binaries."; \
124 exit 1; \
125 fi; \
126 $(ECHO) "Copying closed binaries from $$ON_CLOSED_BINS"; \
127 (cd $$ON_CLOSED_BINS/root_$(MACH); tar cf - .) | \
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

120 @if [ "$$CLOSED_IS_PRESENT" = no ]; then \
121 if [ ! -d "$$ON_CLOSED_BINS/root_$(MACH)" ]; then \
122 $(ECHO) "Error: if closed sources are not present," \
123 "ON_CLOSED_BINS must point to closed binaries."; \
124 exit 1; \
125 fi; \
126 $(ECHO) "Copying closed binaries from $$ON_CLOSED_BINS"; \
127 (cd $$ON_CLOSED_BINS/root_$(MACH); tar cf - .) | \
128 (cd $(ROOT); tar xBf -); \
128 (cd $(ROOT); tar xBpf -); \
129 fi
130
131$(SUBDIRS) head ucbhead pkgdefs: FRC
132 @cd $@; pwd; $(MAKE) $(TARGET)
133
134.PARALLEL: sysheaders userheaders libheaders ucbheaders cmdheaders \
135 commonheaders
136

--- 256 unchanged lines hidden ---
129 fi
130
131$(SUBDIRS) head ucbhead pkgdefs: FRC
132 @cd $@; pwd; $(MAKE) $(TARGET)
133
134.PARALLEL: sysheaders userheaders libheaders ucbheaders cmdheaders \
135 commonheaders
136

--- 256 unchanged lines hidden ---