Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
3
-
7282
Description
The make targets "distclean" and "maintainer-clean" are broken.
Making distclean in ldiskfs make[1]: Entering directory `/home/build/lustre-release/ldiskfs' Making distclean in ldiskfs make[2]: Entering directory `/home/build/lustre-release/ldiskfs/ldiskfs' make[2]: *** No rule to make target `distclean'. Stop. make[2]: Leaving directory `/home/build/lustre-release/ldiskfs/ldiskfs' make[1]: *** [distclean-recursive] Error 1 make[1]: Leaving directory `/home/build/lustre-release/ldiskfs' make: *** [distclean-recursive] Error 1
Also after clean up a GIT work space is not clean.
$ git status # On branch master # Untracked files: # (use "git add <file>..." to include in what will be committed) # # lustre/target/Makefile.in nothing added to commit but untracked files present (use "git add" to track)