在Makefile中设置一个参数

时间:2014-12-03 11:28:44

标签: makefile macros rpmbuild rhel6

使用的所有其他变量都已定义

OPT='_topdir ${TOPDIR}'

rpmbuild --buildroot ${TOPDIR}/BUILDROOT/${RPM_NAME}-${VER}-${RELEASE}.${ARCH} --define=$(OPT) -vv -ba ${RPM_NAME}.spec

错误:

make: *** [depend-recursive] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.nsEjuv (%build)


RPM build errors:
    Macro % has illegal name (%define)
    Bad exit status from /var/tmp/rpm-tmp.nsEjuv (%build)

0 个答案:

没有答案