Makefile (88543b5c) Makefile (4156fc34)
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

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

91lintlib: unix
92
93modlintlib: $(KMODS) $(CLOSED_KMODS)
94
95genassym unix $(KMODS): FRC
96 @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
97
98setup: FRC
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

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

91lintlib: unix
92
93modlintlib: $(KMODS) $(CLOSED_KMODS)
94
95genassym unix $(KMODS): FRC
96 @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
97
98setup: FRC
99 @cd cpu/scripts; pwd; $(MAKE) setup
99 @cd cpu/scripts; pwd; $(MAKE) $(TARGET)
100
101$(XMODS): FRC
102 @if [ -f $@/Makefile ]; then \
103 cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET); \
104 else \
105 true; \
106 fi
107

--- 79 unchanged lines hidden ---
100
101$(XMODS): FRC
102 @if [ -f $@/Makefile ]; then \
103 cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET); \
104 else \
105 true; \
106 fi
107

--- 79 unchanged lines hidden ---