Makefile (2aeafac3612e19716bf8164f89c3c9196342979c) Makefile (56ffda179176d14e2fb160bdc85f6da601f1eac7)
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

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

159
160clobber: $(SUBDIRS)
161 $(RM) -rf $(TOOLS_PROTO)
162
163bootstrap: $(BOOT_SUBDIRS)
164
165_msg: $(MSGSUBDIRS)
166
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

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

159
160clobber: $(SUBDIRS)
161 $(RM) -rf $(TOOLS_PROTO)
162
163bootstrap: $(BOOT_SUBDIRS)
164
165_msg: $(MSGSUBDIRS)
166
167.PARALLEL: $(SUBDIRS) $(CLOSED_SUBDIRS)
167.PARALLEL: $(SUBDIRS)
168
168
169$(SUBDIRS) $(CLOSED_SUBDIRS): $(BOOT_SUBDIRS)
169$(SUBDIRS): $(BOOT_SUBDIRS)
170
171$(BOOT_SUBDIRS) $(SUBDIRS): $$(DOROOTDIRS) $$(DOROOTONBLDLIBPY) FRC
172 @cd $@; pwd; $(MAKE) $(TARGET)
173
174# Assume we don't have the install.bin available yet
175$(ROOTDIRS):
176 $(MKDIR) -p -m $(DIRMODE) $@
177
178$(ROOTONBLDLIBPY): $(ROOTDIRS)
179 $(RM) -r $@; $(SYMLINK) python$(PYTHON_VERSION) $@
180
181FRC:
170
171$(BOOT_SUBDIRS) $(SUBDIRS): $$(DOROOTDIRS) $$(DOROOTONBLDLIBPY) FRC
172 @cd $@; pwd; $(MAKE) $(TARGET)
173
174# Assume we don't have the install.bin available yet
175$(ROOTDIRS):
176 $(MKDIR) -p -m $(DIRMODE) $@
177
178$(ROOTONBLDLIBPY): $(ROOTDIRS)
179 $(RM) -r $@; $(SYMLINK) python$(PYTHON_VERSION) $@
180
181FRC: