Skip to content

Instantly share code, notes, and snippets.

@sjorge
Last active February 19, 2020 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjorge/07537ad2d7cd5ad69c3a8755b739f3a1 to your computer and use it in GitHub Desktop.
Save sjorge/07537ad2d7cd5ad69c3a8755b739f3a1 to your computer and use it in GitHub Desktop.
# not iterest in gmake clean output, just to show it creates proto.strap as a dir
[root@proton ~/smartos-live]# ls -ld proto.strap
drwxr-xr-x 2 root root 2 Feb 19 12:41 proto.strap
[root@proton ~/smartos-live]# rmdir proto.strap
[root@proton ~/smartos-live]# gmake clean 2> /dev/null >/dev/null
[root@proton ~/smartos-live]# ls -ld proto.strap
drwxr-xr-x 2 root root 2 Feb 19 12:53 proto.strap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment