Lines Matching full:bmake
3 # Import bmake
65 bmake) (cd .. && tar zxf $TARBALL);;
66 *) Error "we should be in bmake";;
84 post=$SB/tmp/bmake-post.sh
86 # this is similar to what generates the mail to bmake-announce
88 echo Import bmake-$VERSION
92 last=`sed -n '/ tag/s,.*/,bmake-,p' $post`
112 gen_import_F > $SB/tmp/bmake-import.F
113 $GIT diff --staged > $SB/tmp/bmake-import.diff
114 $PAGER $SB/tmp/bmake-import.F $SB/tmp/bmake-import.diff
115 { echo "$GIT tag -a -m \"Tag bmake/$VERSION\" vendor/NetBSD/bmake/$VERSION"
118 echo "Edit $SB/tmp/bmake-import.F as needed, then:"
119 echo "$GIT commit -F $SB/tmp/bmake-import.F"