Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace GLUT with GLFW #563

Merged
merged 5 commits into from Jul 10, 2013
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Add Makefile trigger for forcing clean-rust to happen.

  • Loading branch information
metajack committed Jul 9, 2013
commit cfc7491b1f1c2c49472da07f6f97c7ef9f1f165e
@@ -83,13 +83,18 @@ $(CFG_RUSTC):

clean-rust:
$(MAKE) -C "$(CFG_BUILD_DIR)src/compiler/rust" CFG_RUSTC_FLAGS="" RUSTFLAGS="" clean

else
$(CFG_RUSTC):

clean-rust:

endif

src/compiler/rust-auto-clean-stamp: $(S)src/compiler/rust-auto-clean-trigger
$(Q)$(MAKE) clean-rust
touch $@

rust: $(CFG_RUSTC)

# Strip off submodule paths to determine "raw" submodule names.
@@ -222,7 +227,7 @@ include $(S)mk/clean.mk

.DEFAULT_GOAL := all
.PHONY: all
all: servo package
all: src/compiler/rust-auto-clean-stamp servo package

# Servo helper libraries

@@ -0,0 +1,4 @@
# If this file is modified, then rust will be forcibly cleaned and then rebuilt.
# The actual contents of this file do not matter, but to trigger a change on the
# build bots then the contents should be changed so git updates the mtime.
2013-07-09
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.