Skip to content

Commit

Permalink
Updating: very very minorly
Browse files Browse the repository at this point in the history
  • Loading branch information
githwxi committed Nov 12, 2017
1 parent 9c75d07 commit 99c0922
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions doc/DISTRIB/ATS-Postiats/Makefile_dist
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,18 @@ install_files_50: ; \
fi; \
done

######
#
install_atslib: install_files_50
#
######
#
reinstall_atslib:: ; \
$(MAKE) -C ccomp/atslib clean
reinstall_atslib:: ; \
$(MAKE) -C ccomp/atslib clean
reinstall_atslib:: install_atslib
#
######
#
uninstall:: uninstall_bin
Expand Down
7 changes: 4 additions & 3 deletions utils/myatscc/DATS/myatscc_main.dats
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ println!("The following options are supported:")
val () =
println!(" -h/--help: for printing the help message")
val () =
println!(" --gc/--gcbdw: for malloc/free via Boehm-GC")
val () =
println!(" --dry/--dryrun: for command generation only")
}
//
Expand Down Expand Up @@ -338,9 +340,8 @@ then let
//
val () =
if
(
"--gc" = argv[i]
)
string_is_prefix
("--gc", argv[i])
then
(state.gcflag := state.gcflag + 1)
//
Expand Down

0 comments on commit 99c0922

Please sign in to comment.