Print this page
1961 investigate stopping uniquifying CTF information
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>

*** 109,126 **** # build the rest (potentially in parallel). # $($(MACH)_ARCHITECTURES): $(PREREQ_TARGET) FRC @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET) - $(PMTMO_FILE) pmtmo_file: $(PATCH_MAKEUP_TABLE) - @if [ -z "$(PATCH_MAKEUP_TABLE)" ] ; then \ - echo 'ERROR: $$(PATCH_MAKEUP_TABLE) not set' \ - 'in environment' >&2 ; \ - exit 1 ; \ - fi - RELEASE="$(RELEASE)" MACH="$(MACH)" \ - $(CTFCVTPTBL) -o $(PMTMO_FILE) $(PATCH_MAKEUP_TABLE) # # The following is the list of directories which contain Makefiles with # targets to install header file. The machine independent headers are # installed by invoking the Makefile in the directory containing the --- 109,118 ----
*** 195,208 **** @cd common/gssapi; pwd; $(MAKE) $@ @cd common/idmap; pwd; $(MAKE) $@ @cd common/klm; pwd; $(MAKE) $@ clean clobber: $($(MACH)_ARCHITECTURES) $(DYNHDRDIRS) - @if [ '$(PATCH_BUILD)' != '#' ] ; then \ - echo $(RM) $(PMTMO_FILE) ; \ - $(RM) $(PMTMO_FILE) ; \ - fi # testing convenience clobber_h: $(DYNHDRDIRS) clean.lint modlist: $($(MACH)_ARCHITECTURES) --- 187,196 ----