Re: Current 1.0: success on Solaris 8..
Hunter Matthews <[email protected]>
| Newsgroups | gmane.network.up2date.current.devel |
|---|---|
| Message-ID | <1016469836.1145.13.camel@kea> |
Well, I appreciate the patch, but incorporating it would break the normal Red Hat install. Do you have any ideas about how we could use this to be portable to solaris without breaking the Red Hat install? (Autoconf is the normal answer here, and I feel firmly that its massive overkill for Current). PS. In the future, could you send unified diffs? On Mon, 2002-03-18 at 07:24, Vincent Cojot wrote: > > 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 > > _______________________________________________ > Current-server mailing list > [email protected] > http://lists.dulug.duke.edu/mailman/listinfo/current-server > > -- Hunter Matthews Unix / Network Administrator Office: BioScience 145/244 Duke Univ. Biology Department Key: F0F88438 / FFB5 34C0 B350 99A4 BB02 9779 A5DB 8B09 F0F8 8438 Never take candy from strangers. Especially on the internet.