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
Index: M T

⟦a4d23a627⟧ TextFile

    Length: 1487 (0x5cf)
    Types: TextFile
    Names: »MakeBBoards«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z« 
        └─⟦c75e36ecb⟧ 
            └─⟦this⟧ »mh-6.7/conf/config/MakeBBoards« 

TextFile

##############################################################################
#	Instructions to Make, for compilation of ZOT UIP/utility processes
#
#	@(MHWARNING)
##############################################################################

##############################################################################
# NOTE WELL:
#    This Makefile assumes it's running from the ~bboards/etc directory!
#	(it expects ../BBoards to be THE BBoards file)
##############################################################################

# The following entries were inserted during MH configuration
BINDIR	=	@(MHBINPATH)
ETCDIR	=	@(MHETCPATH)



######################################################################
#	Here it is...
######################################################################

all:		aliases archives
inst-all:	inst-aliases inst-archives


######################################################################
#	Maintain the BBoards area
######################################################################

inst-aliases:	$(ETCDIR)/BBoardAliases SystemAliases

$(ETCDIR)/BBoardAliases: BBoardAliases
		-cp $@ zBBoardAliases
		cp BBoardAliases $@
		-@ls -ls $@
		-@echo ""

aliases:	BBoardAliases SystemAliases
@BEGIN: MHMTS
		mv BBoardAliases TempAliases
		cat SystemAliases TempAliases > BBoardAliases
		rm TempAliases
@END: MHMTS

BBoardAliases:	../BBoards
		bbaka > $@

SystemAliases:	../BBoards
		bbaka system > $@


inst-archives:;	bbexp

archives:;