IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42999


Ignore:
Timestamp:
Apr 24, 2026, 3:07:46 PM (13 days ago)
Author:
eugene
Message:

raise an error if glueforge is missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/dbconfig/Makefile

    r11113 r42999  
    44all: ippdb.mdc
    55
    6 ippdb.mdc : ipp.m4 *.md
     6ippdb.mdc : glueforge ipp.m4 *.md
    77        m4 ipp.m4 > ippdb.mdc
     8
     9glueforge:
     10        @if test -z "$(GLUEFORGE)"; then \
     11          echo "Error: glueforge is not installed, please install first"; \
     12          exit 1; \
     13        fi
    814
    915## please leave the output target as ippdb.src and
Note: See TracChangeset for help on using the changeset viewer.