Re: Current 1.0: success on Solaris 8..

Vincent Cojot <[email protected]>
Newsgroups gmane.network.up2date.current.devel
Message-ID <[email protected]>
Sorry, forgot one fix (to current-1.0). Just saw that 1.02 is out, will
check it asap..

------------------------------
*** ./Makefile.orig     Mon Mar 11 23:51:52 2002
--- ./Makefile  Wed Mar 13 22:08:52 2002
***************
*** 5,12 ****
  # Things that change from build to build
  PROJECT                = current
  VERSION                = 1.0
! PYTHON_BIN     = /usr/bin/python
! PREFIX                 = /usr
  INSTALL_ROOT =

  # File lists. (change rarely)
--- 5,12 ----
  # Things that change from build to build
  PROJECT                = current
  VERSION                = 1.0
! PYTHON_BIN     = /usr/local/bin/python
! PREFIX                 = /usr/local
  INSTALL_ROOT =

  # File lists. (change rarely)
***************
*** 83,97 ****
        rm -rf $(PROJECT)-$(VERSION)

  install:: all
!       install -m 755 -d $(INSTALL_ROOT)/$(SBIN_DIR)
!       install -m 755 cadmin $(INSTALL_ROOT)/$(SBIN_DIR)
!       install -m 755 current $(INSTALL_ROOT)/$(SBIN_DIR)

!       install -m 755 -d $(INSTALL_ROOT)/$(DATA_DIR)
!       install -m 755 $(MODULES) $(OBJECTS) $(INSTALL_ROOT)/$(DATA_DIR)

!       install -m 755 -d $(INSTALL_ROOT)/$(CONFIG_DIR)
!       install -m 644 $(CONFIG) $(INSTALL_ROOT)/$(CONFIG_DIR)

  clean::
        @rm -fv *.pyc *.pyo *~ .*~ current.log
--- 83,97 ----
        rm -rf $(PROJECT)-$(VERSION)

  install:: all
!       ginstall -m 755 -d $(INSTALL_ROOT)/$(SBIN_DIR)
!       ginstall -m 755 cadmin $(INSTALL_ROOT)/$(SBIN_DIR)
!       ginstall -m 755 current $(INSTALL_ROOT)/$(SBIN_DIR)

!       ginstall -m 755 -d $(INSTALL_ROOT)/$(DATA_DIR)
!       ginstall -m 755 $(MODULES) $(OBJECTS) $(INSTALL_ROOT)/$(DATA_DIR)

!       ginstall -m 755 -d $(INSTALL_ROOT)/$(CONFIG_DIR)
!       ginstall -m 644 $(CONFIG) $(INSTALL_ROOT)/$(CONFIG_DIR)

  clean::
        @rm -fv *.pyc *.pyo *~ .*~ current.log

------------------------------
Vincent
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.