head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2003.09.08.11.16.13; author rse; state Exp; branches; next ; desc @@ 1.1 log @initial OSSP platform (FreeBSD, Linux and Solaris support only) @ text @ all: @@echo "==== verbose ===="; \ sh platform.sh -v; \ echo "==== normal ===="; \ sh platform.sh; \ echo "==== concise ===="; \ sh platform.sh -c; \ echo "==== various ===="; \ echo . | awk '{ printf("rpm-file: "); }'; sh platform.sh -L -F "%ap-%sp" -S "" -C "+"; \ echo . | awk '{ printf("rpm-check: "); }'; sh platform.sh -L -F "%at-%st" -S "" -C "+" @