mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-22 20:05:36 +08:00
Add freebsd/machine/elf.h as empty. Improve message for empty file.
This commit is contained in:
parent
4ac70897b5
commit
e3f2b511a6
@ -197,7 +197,7 @@ def installEmptyFile(src):
|
|||||||
out = open(tempFile, 'w')
|
out = open(tempFile, 'w')
|
||||||
out.write('/* EMPTY */\n')
|
out.write('/* EMPTY */\n')
|
||||||
out.close()
|
out.close()
|
||||||
processIfDifferent(tempFile, dst, "empty file ", "" )
|
processIfDifferent(tempFile, dst, "empty file ", "empty file" )
|
||||||
|
|
||||||
# fix include paths inside a C or .h file
|
# fix include paths inside a C or .h file
|
||||||
def fixIncludes(data):
|
def fixIncludes(data):
|
||||||
@ -423,7 +423,7 @@ class ModuleManager:
|
|||||||
out.write(data)
|
out.write(data)
|
||||||
out.close()
|
out.close()
|
||||||
makefile = RTEMS_DIR + '/Makefile'
|
makefile = RTEMS_DIR + '/Makefile'
|
||||||
processIfDifferent(tempFile, makefile, "Makefile ", "")
|
processIfDifferent(tempFile, makefile, "Makefile ", "Makefile")
|
||||||
|
|
||||||
# Module - logical group of related files we can perform actions on
|
# Module - logical group of related files we can perform actions on
|
||||||
class Module:
|
class Module:
|
||||||
|
1
freebsd/machine/elf.h
Normal file
1
freebsd/machine/elf.h
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* EMPTY */
|
Loading…
x
Reference in New Issue
Block a user