[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

drivers.sh vs driverdisks.sh



I think we should remove drivers.sh.  It seems to me that drivers.sh
is deprecated and the only reason why a target in the top-level
makefile would use it is if it's an out-of-date target.  (see below)

Thoughts?

-- 
.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>

#### alpha part
$(alpha_drivers_targets) : drv1440_%.bin: modulesalpha_%.tgz drivers.sh Makefile \
		$(shell find scripts/drivers -type f )
	./drivers.sh alpha_$* 1440 modulesalpha_$*.tgz modcontalpha_$* $(archive)
	mv drv1440alpha_$*.bin $@

#### m68k
driversmac.tgz: modulesmac.tgz drivers.sh Makefile \
		$(shell find scripts/drivers -type f )
	./driverdisks.sh mac modulesmac.tgz modcontmac $(archive)

#### sparc part
ifeq ($(architecture),sparc)
drv1440$(EXT)-sun4u.bin: modules$(EXT)-sun4u.tgz drivers.sh Makefile \
		$(shell find scripts/drivers -type f )
	./drivers.sh $(EXT)-sun4u 1440 modules$(EXT)-sun4u.tgz modcont$(EXT)-sun4u $(archive)
endif


Reply to: