Skip to content
Snippets Groups Projects
Commit f17c7f54 authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

removing line we don't need

parent 4589c272
No related branches found
No related tags found
2 merge requests!439RCG 5.0 release fro deb 10,!367Build Reorganization Total
......@@ -51,7 +51,6 @@ ifndef RCG_BUILD_NO_KOBJ
@echo Building front-end Linux kernel module $@...
# copy IOP symbol file to build area if found
@cp src/fe/ModuleIOP.symvers src/fe/$@ > /dev/null 2>&1 || /bin/true
@cat /opt/DIS/lib/modules/$(linux_version)/*.symvers > src/fe/$@/Module.symvers || /bin/true
# build the FE model
@make -C src/fe/$@ >> $@.log 2>>$@_error.log || (tail $@.log; cat $@_error.log && /bin/false)
# save IOP symbol for other models, if we don't already have it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment