kimchi-project / gingerbase

Gingerbase: basic host management for WoK
Other
47 stars 25 forks source link

'make clean' does not revert its changes from 'make rpm' #129

Closed biancafc closed 8 years ago

biancafc commented 8 years ago

After running make rpm, if you run make clean to clean all the build artifacts and get a clean source tree again, you'll still have files left from the make rpm process.

Steps to reproduce:

1) make rpm 2) make clean 3) git status

On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory)

modified:   ChangeLog
modified:   po/de_DE.po
modified:   po/en_US.po
modified:   po/es_ES.po
modified:   po/fr_FR.po
modified:   po/gingerbase.pot
modified:   po/it_IT.po
modified:   po/ja_JP.po
modified:   po/ko_KR.po
modified:   po/pt_BR.po
modified:   po/ru_RU.po
modified:   po/zh_CN.po
modified:   po/zh_TW.po

Untracked files: (use "git add ..." to include in what will be committed)