Print this page
7192 Remove SPARC-only ONLY64 option

*** 21,35 **** # # # Copyright 2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/prstat/Makefile # - #ident "%Z%%M% %I% %E% SMI" - PROG = prstat OBJS = prstat.o prtable.o prsort.o prutil.o prfile.o POFILES = $(OBJS:.o=.po) CLOBBERFILES = $(POFILE) $(POFILES) --- 21,35 ---- # # # Copyright 2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright 2016 RackTop Systems. + # # cmd/prstat/Makefile # PROG = prstat OBJS = prstat.o prtable.o prsort.o prutil.o prfile.o POFILES = $(OBJS:.o=.po) CLOBBERFILES = $(POFILE) $(POFILES)
*** 38,48 **** XGETFLAGS = -a -x prstat.xcl POFILE = pprstat.po .KEEP_STATE: ! $(64ONLY)SUBDIRS = $(MACH) $(BUILD64)SUBDIRS += $(MACH64) all := TARGET = all install := TARGET = install clean := TARGET = clean --- 38,49 ---- XGETFLAGS = -a -x prstat.xcl POFILE = pprstat.po .KEEP_STATE: ! SUBDIRS = ! $(INTEL_BLD)SUBDIRS += $(MACH) $(BUILD64)SUBDIRS += $(MACH64) all := TARGET = all install := TARGET = install clean := TARGET = clean