|
|
|
@ -131,6 +131,11 @@ create_dir "$lone_dir"/libisofs
|
|
|
|
|
goto_dir "$current_dir"/nglibisofs-develop |
|
|
|
|
copy_files src/*.[ch] "$lone_dir"/libisofs |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# <<< obsoleted |
|
|
|
|
if test 1 = 0 |
|
|
|
|
then |
|
|
|
|
|
|
|
|
|
# Filter out the semi-illegal TODO comments |
|
|
|
|
( cd "$lone_dir"/libisofs && grep '^[[:space:]]*//' *.[ch] | less ) |
|
|
|
|
echo "Is it ok delete all shown //-lines ?" |
|
|
|
@ -149,6 +154,9 @@ fi
|
|
|
|
|
echo "Remaining // lines:" |
|
|
|
|
( cd "$lone_dir"/libisofs && grep '//' *.[ch] ) |
|
|
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# libburn |
|
|
|
|
|
|
|
|
|