mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
fix install directory handling for git and builds
The install directly should basically behave like the "build" directory. Since it's tracked by git, containing a gitignore file, we shouldn't have it in the toplevel gitignore (just like the build directory). But then, the toplevel Makefile's real.clean target removes the install directory. This is changed so that only it's content is being removed.
This commit is contained in:
parent
d8a3be47af
commit
371b65ff58
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,7 +15,6 @@ config/*.old
|
||||
*.log
|
||||
*~
|
||||
crossgcc
|
||||
install
|
||||
clean
|
||||
*.map
|
||||
*.sec
|
||||
|
Loading…
Reference in New Issue
Block a user