Changeset af4667f in bootscripts-standard


Ignore:
Timestamp:
Jul 6, 2009, 7:05:07 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
ed38af5
Parents:
19c9fc7
Message:

Update the dist make target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r19c9fc7 raf4667f  
    1515.PHONY: dist
    1616dist:
    17         rm -r "dist/bootscripts-cross-lfs-$(VERSION)"
     17        rm -rf "dist/bootscripts-cross-lfs-$(VERSION)"
    1818        mkdir -p "dist/bootscripts-cross-lfs-$(VERSION)"
    1919        tar --exclude dist -c * | tar -x -C "dist/bootscripts-cross-lfs-$(VERSION)"
    2020        (cd dist; tar -cjf "bootscripts-cross-lfs-$(VERSION).tar.bz2" "bootscripts-cross-lfs-$(VERSION)")
     21        rm -rf "dist/bootscripts-cross-lfs-$(VERSION)"
    2122
    2223create-dirs:
Note: See TracChangeset for help on using the changeset viewer.