aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cosEvent/src
AgeCommit message (Collapse)Author
2013-01-15Implement ./otp_build configure --enable-silent-rulesAnthony Ramine
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1.
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-06-05Update to work with whitespace in exec pathLukas Larsson
OTP-10106 OTP-10107
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-10-12corba applications: Fix broken 'make clean'Lars Thorsen
The IDL-GENERATED files must be removed too; otherwise the target files will not be made the next time 'make' is invoked.
2011-08-08cos*/src/Makefile: Support parallel makeBjörn Gustavsson
2011-02-17Removed more spec:s that wasn't needed.Niclas Eklund
2011-02-10Eliminated Dialyzer warnings when using exit or throw.Niclas Eklund
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP