Lines Matching full:echo
25 RPM := $(shell if [ -x "/usr/bin/rpmbuild" ]; then echo rpmbuild; \
26 else echo rpm; fi)
40 echo "Building source + binary RPM is not possible outside the"; \
41 echo "kernel source tree. Don't set KBUILD_OUTPUT, or use the"; \
42 echo "binrpm-pkg target instead."; \
87 echo; \
88 echo "builddeb must be run as root (or using fakeroot)."; \
89 echo "KBUILD_PKG_ROOTCMD is unset and fakeroot not found."; \
90 echo "Try setting KBUILD_PKG_ROOTCMD to a command to acquire"; \
91 echo "root privileges (e.g., 'fakeroot -u' or 'sudo')."; \
123 echo $$(cat $(srctree)/tools/perf/MANIFEST)) \
142 @echo ' rpm-pkg - Build both source and binary RPM kernel packages'
143 @echo ' binrpm-pkg - Build only the binary kernel package'
144 @echo ' deb-pkg - Build the kernel as a deb package'
145 @echo ' tar-pkg - Build the kernel as an uncompressed tarball'
146 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball'
147 @echo ' tarbz2-pkg - Build the kernel as a bzip2 compressed tarball'
148 @echo ' tarxz-pkg - Build the kernel as a xz compressed tarball'
149 @echo ' perf-tar-src-pkg - Build $(perf-tar).tar source tarball'
150 @echo ' perf-targz-src-pkg - Build $(perf-tar).tar.gz source tarball'
151 @echo ' perf-tarbz2-src-pkg - Build $(perf-tar).tar.bz2 source tarball'
152 @echo ' perf-tarxz-src-pkg - Build $(perf-tar).tar.xz source tarball'