[tuxbox] / tuxbox / cdk / make / Attic / cramfs.urls.mk  

tuxbox: tuxbox/cdk/make/Attic/cramfs.urls.mk

File: [tuxbox] / tuxbox / cdk / make / Attic / cramfs.urls.mk (download)
Revision: 1.1.2.2, Sun Feb 5 12:15:34 2006 UTC (4 years, 6 months ago) by barf
Branch: newmake
Changes since 1.1.2.1: +1 -0 lines
Rules like flash-automount now touches $(flashprefix)/root for makes sake. $(flashroot)/root-[cramfs,squashfs,jffs2] now no longer depends on $(flashprefix)/root, no longer rebuilt by changes in the latter.
# Experimental, does (essentially) nothing unless $(updatehttpprefix) is
# nonempty.

# Create a file with URLs containing lists of possible image files for
# updating. Don't let the name confuse: This convers all sort of image
# files, not just cramfs. The file name is well established though.

$(flashprefix)/root/etc/cramfs.urls:
	@rm -f $@
	@touch $@
	if [ ! -z $(updatehttpprefix) ] ; then \
		echo $(updatehttpprefix)cramfs.list 	>> $@; \
		echo $(updatehttpprefix)squashfs.list 	>> $@; \
		echo $(updatehttpprefix)img.list 	>> $@; \
	fi
	@FLASHROOTDIR_MODIFIED@
	@TUXBOX_CUSTOMIZE@

cvs-admin email: cvs-root at cvs dot tuxbox dot org

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help