mirror of
https://github.com/acpica/acpica/
synced 2024-12-26 20:29:48 +03:00
Build script: Remove Linux makefiles from packages.
The generate/linux makefiles are obsolete and have been removed from the unix tarball release packages. The replacement makefiles are under generate/unix, and a top-level makefile under the main acpica directory.
This commit is contained in:
parent
5e3ebfccb5
commit
37542475c8
@ -277,19 +277,6 @@ generate_source_package ()
|
||||
if [ $PACKAGE_TYPE == Unix ]; then
|
||||
#
|
||||
# Unix/Linux-specific activities
|
||||
#
|
||||
|
||||
# Copy Linux/UNIX utility generation makefiles
|
||||
|
||||
cp generate/linux/Makefile.acpibin $TEMP_DIR/source/tools/acpibin/Makefile
|
||||
cp generate/linux/Makefile.acpiexec $TEMP_DIR/source/tools/acpiexec/Makefile
|
||||
cp generate/linux/Makefile.acpihelp $TEMP_DIR/source/tools/acpihelp/Makefile
|
||||
cp generate/linux/Makefile.acpinames $TEMP_DIR/source/tools/acpinames/Makefile
|
||||
cp generate/linux/Makefile.acpisrc $TEMP_DIR/source/tools/acpisrc/Makefile
|
||||
cp generate/linux/Makefile.acpixtract $TEMP_DIR/source/tools/acpixtract/Makefile
|
||||
cp generate/linux/Makefile.iasl $TEMP_DIR/source/compiler/Makefile
|
||||
cp generate/linux/README.acpica-unix $TEMP_DIR/README
|
||||
|
||||
#
|
||||
# For Unix2 case, insert the dual license header into all source files
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user