SCM

SCM Repository

[xemacs] View of /XEmacs/packages/Local.rules.mk
ViewVC logotype

View of /XEmacs/packages/Local.rules.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (download) (annotate)
Sun Dec 8 21:25:18 2002 UTC (10 years, 5 months ago) by scop
Branch: MAIN
CVS Tags: sumo-2004-02-02, sumo-2007-04-27, sumo-2004-05-17, sumo-current, sumo-2009-02-17, sumo-2005-05-05, sumo-2003-06-29, sumo-2005-12-08, sumo-2010-07-27, sumo-2005-01-18, sumo-2003-08-31, sumo-2003-04-14, sumo-2003-11-13, sumo-2003-04-12, sumo-2003-10-03, sumo-2004-08-18, sumo-2005-07-15, sumo-2005-03-07, sumo-2006-12-21, sumo-2003-02-05, sumo-2006-05-10, HEAD
Changes since 1.2: +0 -2 lines
The meat from Ben's packages patch <n0nrtshm.fsf@xemacs.org>
ifeq (${XEMACS_PACKAGES_BASE},)
___ := $(error XEMACS_PACKAGES_BASE not defined??)
endif

___ := $(shell [ -f ${XEMACS_PACKAGES_BASE}/Local.rules ] && echo exists)

Local.rules : ${XEMACS_PACKAGES_BASE}/Local.rules
.PHONY : Local.rules

${XEMACS_PACKAGES_BASE}/Local.rules : ${XEMACS_PACKAGES_BASE}/Local.rules.template
ifneq (${___},exists)
	command := $(shell cp -p $< $@)
	$(error You must edit "$(notdir $@)" and customize it for this build host.)
else
	$(error "$(notdir $<)" has been updated or is newer than "$(notdir $@)".  Merge the changes into your "$(notdir $@)".)
endif

root@alioth.debian.org
ViewVC Help
Powered by ViewVC 1.0.0  
Powered By FusionForge
Show source