DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦188a55217⟧ TextFile

    Length: 211 (0xd3)
    Types: TextFile
    Names: »make«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/doc/manual/make« 

TextFile

#! /bin/sh
if [ -f ../../Make.defs ]
then
	PATH=/usr/ucb:/bin:/usr/bin \
	exec make -f ../../Make.defs -f Makefile ${1+"$@"}
else
	PATH=/usr/ucb:/bin:/usr/bin \
	exec make -f Make.defs -f Makefile ${1+"$@"}
fi