diff options
author | Harald Hoyer <harald@redhat.com> | 2009-03-07 12:06:17 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-03-07 12:06:17 +0100 |
commit | af2ac89151441d547d94938f805b721652d82eae (patch) | |
tree | 27705d76169e3fa06f031acdd4e22320a625c385 /Makefile | |
parent | 4cba351e289757f2648971cbbee53084e0c9b4de (diff) |
fixed -c parameter handling and Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,5 +31,5 @@ rpm: dracut-$(VERSION)-$(GITVERSION).tar.bz2 rm -fr BUILD BUILDROOT testimage: all - ./dracut -l -f test-$(shell uname -r).img $(shell uname -r) + ./dracut -l -c ./dracut.conf -f test-$(shell uname -r).img $(shell uname -r) @echo wrote test-$(shell uname -r).img |