[csw-devel] SF.net SVN: gar:[5769] csw/mgar/pkg/sendmail/trunk/Makefile
bensons at users.sourceforge.net
bensons at users.sourceforge.net
Fri Jul 31 14:15:52 CEST 2009
Revision: 5769
http://gar.svn.sourceforge.net/gar/?rev=5769&view=rev
Author: bensons
Date: 2009-07-31 12:15:51 +0000 (Fri, 31 Jul 2009)
Log Message:
-----------
sendmail: object directory is now handled for sparc and i386
Modified Paths:
--------------
csw/mgar/pkg/sendmail/trunk/Makefile
Modified: csw/mgar/pkg/sendmail/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sendmail/trunk/Makefile 2009-07-31 10:18:12 UTC (rev 5768)
+++ csw/mgar/pkg/sendmail/trunk/Makefile 2009-07-31 12:15:51 UTC (rev 5769)
@@ -43,7 +43,8 @@
include gar/category.mk
-OBJDIR = $(WORKDIR)/$(DISTNAME)/obj.SunOS.$(GAROSREL).sun4
+PLATFORM = $(shell if [ `uname -i` = "i86pc" ] ; then echo i86pc ; else echo sun4 ; fi )
+OBJDIR = $(WORKDIR)/$(DISTNAME)/obj.SunOS.$(GAROSREL).$(PLATFORM)
LIBFILES = sendmail/sendmail mail.local/mail.local smrsh/smrsh rmail/rmail
BINFILES = vacation/vacation
SBINFILES = makemap/makemap editmap/editmap praliases/praliases \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list