mhonarc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MHonArc-dev] CVS: mhonarc/MHonArc/etc variables.mk,1.3,1.4


From: Earl Hood <address@hidden>
Subject: [MHonArc-dev] CVS: mhonarc/MHonArc/etc variables.mk,1.3,1.4
Date: Tue, 07 May 2002 18:59:43 -0400

Update of /cvsroot/mhonarc/mhonarc/MHonArc/etc
In directory subversions:/tmp/cvs-serv9147/etc

Modified Files:
        variables.mk 
Log Message:
+ Added PROJECTS_RELEASES variable to represent pathname to projects
  releases root directory.
* INSTALL_ME now defined based upon $(PROJECTS_RELEASES).


Index: variables.mk
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/etc/variables.mk,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** variables.mk        2 May 2002 01:23:45 -0000       1.3
--- variables.mk        7 May 2002 22:59:41 -0000       1.4
***************
*** 8,12 ****
  
  ## Programs
- 
  BZIP2         = /usr/bin/bzip2
  CHMOD         = /bin/chmod
--- 8,11 ----
***************
*** 24,28 ****
  ##     Win32 systems do handle "/".  However, PATHSEP should be
  ##     be used since ":" under Win32 can be used in pathnames.
- 
  SEP           = /
  PATHSEP               = :
--- 23,26 ----
***************
*** 33,39 ****
  endif
  
  
  ## Set include search path
- 
  ifeq ($(PERL_SEARCH_LIBS),)
    PERL_SEARCH_LIBS := $(TOP)/lib
--- 31,40 ----
  endif
  
+ ## Path to projects releases root
+ ifeq ($(PROJECTS_RELEASES),)
+   PROJECTS_RELEASES = /mnt/WWW/customers/mhonarc.org/htdocs/release
+ endif
  
  ## Set include search path
  ifeq ($(PERL_SEARCH_LIBS),)
    PERL_SEARCH_LIBS := $(TOP)/lib




reply via email to

[Prev in Thread] Current Thread [Next in Thread]