INTEGRATION: CWS nativefixer4 (1.3.20); FILE MERGED

2005/02/17 09:54:24 obr 1.3.20.2: changing owner/group for download files
2005/02/15 15:19:24 is 1.3.20.1: #119274# root owner of unpacked files
This commit is contained in:
Vladimir Glazounov
2005-02-24 15:18:05 +00:00
parent 86617536e0
commit a182fd4c2f

View File

@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.3 $ # $Revision: 1.4 $
# #
# last change: $Author: obo $ $Date: 2004-11-18 08:21:01 $ # last change: $Author: vg $ $Date: 2005-02-24 16:18:05 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@@ -75,15 +75,25 @@ TARGET=getuid
# no 'lib' prefix # no 'lib' prefix
DLLPRE= DLLPRE=
.IF "$(OS)" == "SOLARIS" # no _version.o
VERSIONOBJ=
.IF "$(OS)" == "LINUX" || "$(OS)" == "SOLARIS"
.IF "$(OS)" == "LINUX"
CFLAGS+=-D_GNU_SOURCE
.ENDIF
.IF "$(OS)" == "SOLARIS"
.IF "$(CPU)" == "I" .IF "$(CPU)" == "I"
CFLAGS+=-D_KERNEL CFLAGS+=-D_KERNEL
.ENDIF .ENDIF
.ENDIF
SLOFILES = $(SLO)$/getuid.obj SLOFILES = $(SLO)$/getuid.obj
SHL1OBJS=$(SLOFILES) SHL1OBJS=$(SLOFILES)
SHL1DESCRIPTIONOBJ=
SHL1TARGET=$(TARGET) SHL1TARGET=$(TARGET)
SHL1STDLIBS=-ldl SHL1STDLIBS=-ldl