mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Stop creating shit files.
Merge of master-melb:xfs-cmds:30010a by kenmcd. Stop creating shit files.
This commit is contained in:
@@ -137,7 +137,7 @@ echo 'int main(int argc, char *argv[]) {' >>$cprog
|
|||||||
#
|
#
|
||||||
cat /usr/include/xfs/xfs*.h | indent |\
|
cat /usr/include/xfs/xfs*.h | indent |\
|
||||||
sed -e 's/__attribute__ *[(][(]packed[)][)]//' |\
|
sed -e 's/__attribute__ *[(][(]packed[)][)]//' |\
|
||||||
tee shit |\
|
tee $seq.full |\
|
||||||
egrep '} *xfs_.*_t' |\
|
egrep '} *xfs_.*_t' |\
|
||||||
egrep -v -f $tmp.ignore |\
|
egrep -v -f $tmp.ignore |\
|
||||||
awk '{sub(/[;,]/,"",$2); print "printf(\"sizeof(", $2, ") = %d\\n\", sizeof(", $2, "));"}' \
|
awk '{sub(/[;,]/,"",$2); print "printf(\"sizeof(", $2, ") = %d\\n\", sizeof(", $2, "));"}' \
|
||||||
|
|||||||
Reference in New Issue
Block a user