source: trunk/debathena/scripts/installer/pxe/stage1/Makefile @ 25208

Revision 25208, 493 bytes checked in by jdreed, 13 years ago (diff)
Include a version number this way, even though svn:keywords would be better
Line 
1# This is pretty dangerous in a bunch of ways.  Approach with caution.
2d=/afs/athena.mit.edu/system/athena10/installer/stage1
3
4default:
5        : Use "make install" to move this from where the installer will fetch it.
6
7install: ${d}/debathena.tar.gz
8
9${d}/debathena.tar.gz: debathena.preseed debathena-loader.sh debathena
10        svnversion > debathena/version
11        tar czvf ${d}/debathena.tar.gz --exclude "*~" --exclude "*/.svn*" debathena
12        cp debathena.preseed debathena-loader.sh ${d}
13        rm debathena/version
Note: See TracBrowser for help on using the repository browser.