summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2012-02-27Use new doc generation toolisaacs
2012-02-22Make a fat binary for the OS X pkgisaacs
2012-02-22Make a fat binary for the OS X `make pkg`.Nathan Rajlich
2012-02-22build: remove unused makefile targetMyles Byrne
2012-02-21Run jslint after tests, not beforeisaacs
2012-02-18jslint src/ and lib/ on 'make test'isaacs
2012-02-18build: remove 'config.mk' during `make distclean`Nathan Rajlich
2012-02-17Fix #2770 Compile the OS X pkg as ia32isaacs
2012-02-13docs: Move images out of the dist tarballisaacs
2012-02-08Makefile: Don't use ** in globsisaacs
2012-02-07Check the version before building tarballisaacs
2012-01-31Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-01-26build: compile release build too if BUILDTYPE=DebugBen Noordhuis
2012-01-23doc: Add images to makefileisaacs
2012-01-17build: respect --debug configure switchBen Noordhuis
2012-01-16Makefile: Don't force user to run ./configure firstRyan Dahl
2012-01-16Add make dist-uploadRyan Dahl
2012-01-16Fix 'make dist'Ryan Dahl
2012-01-12Merge branch 'v0.6'Fedor Indutny
2012-01-11makefile: ignore `lib/punycode.js` while lintingMaciej MaƂecki
2012-01-09Merge remote branch 'origin/v0.6'Ryan Dahl
2012-01-08build: honour the PYTHON environment variableBen Noordhuis
2012-01-06Remove snapshot from Mac binary buildisaacs
2011-12-23GYP: rename options.gypi to config.gypiRyan Dahl
2011-12-21Merge remote branch 'origin/v0.6'Ryan Dahl
2011-12-18Fix make targets so they detect changesRyan Dahl
2011-12-17saner targetsRyan Dahl
2011-12-16add 'make test-npm'isaacs
2011-12-16Merge remote branch 'origin/v0.6'Ryan Dahl
2011-12-16Remove UVTEST from makefileRyan Dahl
2011-12-15use rsync instead of scp to upload websiteRyan Dahl
2011-12-14Fix doc generation for new websiteRyan Dahl
2011-12-14Implement make installFedor Indutny
2011-12-14build: update 'make install' warning messageBen Noordhuis
2011-11-29build: regenerate out/Makefile from within the main Makefileeddy_me08@yahoo.com
2011-11-23build: print "not yet implemented" warning on `make install`Ben Noordhuis
2011-11-23build: fix circular dependency in doc targetBen Noordhuis
2011-11-20Fixes #2084. Makeify tools/osx-dist.shRyan Dahl
2011-11-18Add missing rmRyan Dahl
2011-11-17Force makefile generation in gypRyan Dahl
2011-11-14Remove SCONS deprecate WAFRyan Dahl
2011-11-11Add 'make dist-upload'Ryan Dahl
2011-11-10Improve OSX installerRyan Dahl
2011-11-02Remove separation of libuv testsRyan Dahl
2011-09-29Don't ls node_g after make - it confuses peopleRyan Dahl
2011-08-26prepare for release - website under new userRyan Dahl
2011-08-24test: add dgram tests to test-uv listBen Noordhuis
2011-08-23tools/test.py to support marking files a libuv-brokenRyan Dahl
2011-08-23waf: Don't build out/Debug/node_g - just out/Debug/nodeRyan Dahl
2011-08-23WAF builds in out/ instead of build/Ryan Dahl