Ignore:
Timestamp:
2011-12-14T19:20:29+13:00 (12 years ago)
Author:
ak19
Message:

GSDLARCH used in Linux makefiles when working out the cgi-bin path (now cgi-bin\GSDL_OS_ARCH) to install the binaries into.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/cgi-bin/Makefile.in

    r24879 r24901  
    2727COMMON_DIR = $(GSDL_DIR)/common-src
    2828GSDLOS = @gsdlos@
     29GSDLARCH = @gsdlarch@
    2930
    3031
    3132
    3233all:   
    33     mkdir -p $(GSDL_DIR)/cgi-bin/$(GSDLOS)
     34    mkdir -p $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH)
    3435
    3536install:
    36     cp * $(GSDL_DIR)/cgi-bin/$(GSDLOS)/.
    37     rm -f $(GSDL_DIR)/cgi-bin/$(GSDLOS)/Makefile
    38     rm -f $(GSDL_DIR)/cgi-bin/$(GSDLOS)/Makefile.in
    39     rm -f $(GSDL_DIR)/cgi-bin/$(GSDLOS)/win32.mak
     37    cp * $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH)/.
     38    rm -f $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH)/Makefile
     39    rm -f $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH)/Makefile.in
     40    rm -f $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH)/win32.mak
    4041
    4142clean:
    42     rm -rf $(GSDL_DIR)/cgi-bin/$(GSDLOS)
     43    rm -rf $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH)
    4344
    4445distclean:
    45     rm -rf $(GSDL_DIR)/cgi-bin/$(GSDLOS)
     46    rm -rf $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH)
    4647    rm -f Makefile
    4748
Note: See TracChangeset for help on using the changeset viewer.