Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build

*** 18,34 **** # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # ! # ident "%Z%%M% %I% %E% SMI" # # Copyright 1989-2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # - # cmd/lp/filter/postscript/font/Makefile - # include ../../../Makefile.lp PROG = makedev --- 18,32 ---- # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # ! # # Copyright 1989-2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # include ../../../Makefile.lp PROG = makedev
*** 49,58 **** --- 47,58 ---- NATIVEDIR = native NATIVEPROG = $(NATIVEDIR)/$(PROG) $(NATIVEPROG) := CC=$(NATIVECC) $(NATIVEPROG) := LDLIBS= $(NATIVEPROG) := CPPFLAGS.master= + $(NATIVEPROG) := LDFLAGS= -Bdirect + $(NATIVEPROG) := NATIVE_LIBS=libc.so .KEEP_STATE: all : $(PROG) $(NATIVEPROG) $(SUBDIRS)