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

⟦b5aaad048⟧ TextFile

    Length: 223 (0xdf)
    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/volume0/make« 
            └─⟦this⟧ »pp-5.0/doc/manual/volume1/make« 
            └─⟦this⟧ »pp-5.0/doc/manual/volume2/make« 
            └─⟦this⟧ »pp-5.0/doc/manual/volume3/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