mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 17:00:57 +02:00
* Remove *.or files after running a make clean. This should probably be fixed in make files of each directory.
git-svn-id: trunk@27316 -
This commit is contained in:
parent
20ee3ff266
commit
05a65583d1
2
debian/rules
vendored
2
debian/rules
vendored
@ -82,7 +82,7 @@ clean-patched:
|
|||||||
${RM} lazarus startlazarus lazbuild
|
${RM} lazarus startlazarus lazbuild
|
||||||
$(MAKE) distclean ${BUILDOPTS}
|
$(MAKE) distclean ${BUILDOPTS}
|
||||||
$(MAKE) -C docs/html clean
|
$(MAKE) -C docs/html clean
|
||||||
find -regex '.*\.\(a\|o\|so\.*\|ppu\)' -delete
|
find -regex '.*\.\(a\|or?\|so\.*\|ppu\)' -delete
|
||||||
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
|
Loading…
Reference in New Issue
Block a user